nvm - Node Version Manager
Node Version Manager helps you to install different Node versions and easily switch between different versions.
How to Install Node Version Manager?
Install Node Version Manager from this link -
https://github.com/coreybutler/nvm-windows/releases/tag/1.1.7 (nvm-setup.zip)
Open Command Prompt in Admin mode and perform the below steps,
Common Issues:
Error Message:
This usually happens because your environment has changed since running 'npm install'. Run 'npm rebuild node-sass' to download the binding for your current environment.
Solution:
node-sass install steps -
1. npm -g uninstall node-sass
2. npm -g i node-sass
3. npm rebuild node-sass (in the app location)
Comments
Post a Comment