Q:

change node version

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
0
Usage:
nvm install <version>       Download and install a <version>
nvm use <version>           Modify PATH to use <version>
nvm ls                      List versions (installed versions are blue)
0
nvm use --delete-prefix $NODE_VERSION

example:
nvm use --delete-prefix v8.9.4
1

New to Communities?

Join the community