Question:
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (64) For more information on which environments are supported please see:
Solutions:
- You don’t need to downgrade Node, just upgrade Node-sass
NPM uninstall node-sass --save NPM cache clean -f node-sass NPM install --save node-sassCopy the code
- in
install
Before you do itnpm rebuild node-sass
NPM rebuild node-sass // Install node-sass NPM install --save node-sassCopy the code