Open tpburch opened 5 years ago
I was able to get this working locally by changing the entry in my .bashrc
to:
export NVS_HOME=`cygpath "$LOCALAPPDATA/nvs"`
. $NVS_HOME/nvs.sh
Got the same issue and the change with cygpath
also fixed it for me.
Steps to Reproduce:
nvs
)nvs link 10.15.1
)npm -v
Expected result:
Actual result:
Error: Cannot find module 'C:\Program Files\Git\Users{username}\AppData\Local\nvs\default\node_modules\npm\bin\npm-cli.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)