-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ncu' is not recognized as an internal or external command, operable program or batch file. #266
Comments
Hi, thanks for reporting! A couple questions. Is |
@raineorshine got the same error today, win10pro, node v6.6.0, npm 3.10.3.
|
Okay, closing :) |
What do you mean by repairing NodeJS ? Did you uninstall/reinstall ? |
@PixelWeaver I've found I had multiple NodeJS versions and I suppose it was required to switch from one to another after a |
Either ncu or npm-check-updates aren't found after installing! PS E:\Abhinav_Workspace\NodeProject> ncu
PS E:\Abhinav_Workspace\NodeProject> npm-check-updates
|
You need to install npm-check-updates globally now do |
Same thing happening for me on windows .. @Flexxkii -installed successfully ( install npm-check-updates globally--> + [email protected]) but ncu not working.. Please advise.. |
hello everyone, I have corrected this problem with the following instructions: |
I had this problem and solved by this solutiob: Run npm config get prefix and check the correct npm path first and append the output to the PATH using command or adding manually.
|
Can you please elaborate, what is this PATH? Is it environment variable in system settings? I tried running your those 2 lines of yours, first ran, but second didn't. |
Please include the ncu path to the install process because after installing in Windows 7 without any errors and executing ncu command. This is my output. Thanks for the help.
C:\Users\jimenelo>npm install -g npm-check-updates
C:\Users\jimenelo\AppData\Roaming\npm\ncu -> C:\Users\jimenelo\AppData\Roaming\npm\node_modules\npm-check-updates\bin\ncu
C:\Users\jimenelo\AppData\Roaming\npm\npm-check-updates -> C:\Users\jimenelo\AppData\Roaming\npm\node_modules\npm-check-updates\bin\npm-check-updates
C:\Users\jimenelo\AppData\Roaming\npm
`-- [email protected]
C:\Users\jimenelo>npm -g ls --depth=0
C:\Users\jimenelo\AppData\Roaming\npm
+-- [email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected]
C:\Users\jimenelo>ncu
'ncu' is not recognized as an internal or external command,
operable program or batch file.
The text was updated successfully, but these errors were encountered: