We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你会卡在安装 electron 上 ,解决方案 https://segmentfault.com/q/1010000007594059
注意,electron_mirror="https://npm.taobao.org/mirrors/electron/" 是小写,是小写,是小写,是小写,是小写。
electron_mirror="https://npm.taobao.org/mirrors/electron/"
用到了 archiver ,出现了bug, node官方的bug,已修复 issue
升级node8 版本即可
electron内用webpack和web内用webpack是不一样的。 需要设置target: 'electron-renderer'
https://webpack.js.org/configuration/target/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
安装 electron
你会卡在安装 electron 上 ,解决方案 https://segmentfault.com/q/1010000007594059
注意,
electron_mirror="https://npm.taobao.org/mirrors/electron/"
是小写,是小写,是小写,是小写,是小写。Node8.0.0bug
用到了 archiver ,出现了bug, node官方的bug,已修复 issue
升级node8 版本即可
webpack target
electron内用webpack和web内用webpack是不一样的。 需要设置target: 'electron-renderer'
https://webpack.js.org/configuration/target/
The text was updated successfully, but these errors were encountered: