You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use npm-check with my current set node version for global updates but it fails to execute because NODE_PATH is not configured. Do we need to do this manually for npm-check to be compatible with ps-nvm? I added the folder below and npm-check no longer throws the error but it never finds the correct nvm node_modules folder.
Be default npm-check on Windows looks here if NODE_PATH is not set.
C:\Users\jacob\AppData\Roaming\npm\node_modules
Can we add this to Set-NodeVerion $env:NODE_PATH = npm root -g
The text was updated successfully, but these errors were encountered:
I am trying to use npm-check with my current set node version for global updates but it fails to execute because NODE_PATH is not configured. Do we need to do this manually for npm-check to be compatible with ps-nvm? I added the folder below and npm-check no longer throws the error but it never finds the correct nvm node_modules folder.
Be default npm-check on Windows looks here if NODE_PATH is not set.
C:\Users\jacob\AppData\Roaming\npm\node_modules
Can we add this to Set-NodeVerion
$env:NODE_PATH = npm root -g
The text was updated successfully, but these errors were encountered: