electron+vue项目使用serialport报错Cannot read property ‘indexOf‘ of undefined解决办法


描述

使用Electron+Vue项目时引入serialport串口后启动时报下面错误

Cannot read property 'indexOf' of undefined

图片[1] - electron+vue项目使用serialport报错Cannot read property ‘indexOf‘ of undefined解决办法 - MaxSSL

解决方法

打开vue.config.js找到pluginOptions -> electronBuilder -> externals添加serialport

module.exports = {pluginOptions: {electronBuilder: {externals: ['serialport'],}}}
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享