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
you can not execute script by #!/usr/bin/env node in windows, so npm install -g in windows will generate a npm-org-rights.cmd in global path (seems like also copy npm-org-rights to this directory). in this .cmd file it will execute node npm-org-rigths.
but your _npm-org-rights file not in this global path, add "_npm-org-rights": "./bin/_npm-org-rights" into package.json's bin maybe can fix this.
getting ENOENT when trying to spawn
npm
commands. hmmm not sure why that is. freaking windows.The text was updated successfully, but these errors were encountered: