I try to use a Vue template, but when I try to run npm install, I get this errors:
gyp ERR! build error
gyp ERR! stack Error: make
failed with exit code: 2
npm ERR! node-sass@6.0.1 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@6.0.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I tried deleting node_modules and package-lock.json and re running npm install, but this doesn’t work.