The error is as follows:
To sum up: webpack can't parse binary or something... There is a discussion on github System: win10 "dependencies": { "core-js": "^3.6.5", "electron-prebuilt": "^1.4.13", "serialport": "^9.2.1", "vue": "^2.6.11" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "~4.5.0", "babel-eslint": "^10.1.0", "electron": "^13.0.0", "electron-devtools-installer": "^3.1.0", "electron-rebuild": "^3.2.3", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "vue-cli-plugin-electron-builder": "~2.1.1", "vue-template-compiler": "^2.6.11" }, Solution: const { IgnorePlugin } = require('webpack') module.exports = { pluginOptions: { plugins: [ new IgnorePlugin({ resourceRegExp: /serialport/ }) ], electronBuilder: { nodeIntegration: true, externals: [ 'serialport' ] } } } app.allowRendererProcessReuse = false Just re-run This is the end of this article about solutions to problems when vue-electron uses serialport. For more related content about problems when vue-electron uses serialport, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed explanation of the usage of grep command in Linux
>>: Is mysql a relational database?
Refer to the official document http://dev.mysql.c...
1. Introduction WHMCS provides an all-in-one solu...
Pop-up news is common in domestic Internet servic...
First, let’s take a look at the general practices...
The large-screen digital scrolling effect comes f...
Introduction This article records how to mount a ...
Install the nvidia graphics card driver under Ubu...
The docker create command can create a container ...
Is it the effect below? If so, please continue re...
Confluence is paid, but it can be cracked for use...
Use Code Cloud to build a Git code storage wareho...
Networks usage tutorial Official website docker-c...
System environment: Ubuntu 16.04LTS This article ...
HTML has attempted to move away from presentation...
Six steps to install MySQL (only the installation...