I am developing two projects. Each project requires different node version.(v12, v14) When I try to use one node version, it occurs node-sass error. Should I uninstall v12 and reinstall v14? I heard it can be repaired using nvm. Somebody tell me how to switch using nvm. Thanks.
CodePudding user response:
nvm list
nvm use 12.0.0
nvm use 14.0.0