SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.45k stars 1.54k forks source link

node-sass is outdated and can not build #1102

Open TheStaticTurtle opened 3 years ago

TheStaticTurtle commented 3 years ago
Describe the issue / bug.

Related to #1101 Python2 being EOL, the version of node-sass in the generated package.json can not be installed (See node-sass#2716)

I found that bumping it to 5.0.0 works fine