node.js - Showing error "nvmw command not found" when setting the path of nvmw in Nodejs -
i new in nodejs. want install nvmw in system. first clone respiratory using command
git clone git://github.com/hakobera/nvmw.git "%homedrive%%homepath%\.nvmw"
after activating nvmw, used command
set "path=%homedrive%%homepath%\.nvmw;%path%"
in e drive.folder created in e drive in name of %homedrive%%homepath%
, inside folder datas , nvmw folder created.
but after when running command nvmw help
, shows "nvmw command not found". tried changing folder name shows same error. think doing mistake in setting path.
in case, command not working on windows powershell. command setting system path should run windows command prompt.
in other hands, can add installed path gui.
for windows powershell, see following question: setting windows powershell path variable
Comments
Post a Comment