Node – User friendly Tech help

Scenario:- Update node to the given version ? Solution:-  Using nvm:-Node Version Manager Install nvm  curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash Reopen the terminal Check nvm is installed by typing nvm > enter > it will show nvm commands nvm install Node_Version_i_Want $ nvm install 8.9.4 Note:- After installing the latest node incase your build fails […]

Was this article helpful?
YesNo

Similar Posts