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
Install node.js on a windows box, try use shell.which to find the location of NPM.
Shell.which('npm') return "C:\Program Files\nodejs\npm" instead of the correct "C:\Program Files\nodejs\npm.cmd"
The bug is at which.js line 49.