搭建electron-vue下
- npm install 后续问题
- Version 9 of Highlight.js has reached EOL.
- npm run dev 后续
- ReferenceError: Unknown plugin "component" specified in ...
- Error: Cannot find module 'electron-log'
- Can't resolve 'axios' in
- Can't resolve 'vue-electron'
- Can't resolve 'vue-router'
- Can't resolve 'vuex'
- Can't resolve 'vuex-electron'
- npm run dev 后续2
- Object.fromEntries is not a function
- npm run dev 成功
- npm run build 后续
- Cannot find module 'multispinner'
- npm run build后续
- Error in script “stdin” on line 1 – aborting creation process
- npm run build 成功
npm install 后续问题
Version 9 of Highlight.js has reached EOL.

npm install highlight.js@9.3.0
npm run dev 后续
ReferenceError: Unknown plugin “component” specified in …

npm install babel-plugin-component@1.1.1
Error: Cannot find module ‘electron-log’

npm install electron-log@3.0.6
Can’t resolve ‘axios’ in
Can’t resolve ‘vue-electron’
Can’t resolve ‘vue-router’
Can’t resolve ‘vuex’
Can’t resolve ‘vuex-electron’

npm install axios@0.18.0
npm install vue-electron@1.0.6
npm install vue-router@3.0.1
npm install vuex@3.0.1
npm install vuex-electron@1.0.0
npm run dev 后续2
Object.fromEntries is not a function

npm install polyfill-object.fromentries@1.0.1

npm run dev 成功

npm run build 后续
Cannot find module ‘multispinner’

npm install multispinner@0.2.1

npm run build后续
Error in script “stdin” on line 1 – aborting creation process

问题出在——文件所在路径包含了中文
npm run build 成功




















