blur-admin
blur-admin copied to clipboard
error: node sass does not yet support win 64 node v8.93
When I runing the 'gulp serve', it not run normally, how can I solve it? Any ideas, thanks advance.
[19:29:01] Using gulpfile E:\git\blur-admin\gulpfile.js
[19:29:01] Starting 'scripts'...
[19:29:03] Starting 'styles'...
[19:29:04] 'styles' errored after 678 ms
[19:29:04] Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (57)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v3.13.1
at module.exports (E:\git\blur-admin\[email protected]@node-sass\lib\binding.js:13:13)
at Object.
Remove and reinstall the node-sass package, or just update the version in the package.json to 3.1.1 before doing npm install
npm remove node-sass && npm install node-sass --save-dev
you can try npm rebuild node-sass
for more details, have a look https://github.com/sass/node-sass/issues/1764
npm --depth 9999 update npm rebuild node-sass