-
Notifications
You must be signed in to change notification settings - Fork 12k
ng command no found #1881
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
Comments
Same here |
Freshly installed globally,
|
hi @catull how to chenge de path in windows?? |
You do not change anything, the line above ist just to show that |
ng --sersion nir ng --help nither work for me and at /usr/local/lib/node_modules i have all pakages of angular-cli i do not know work the CLI |
Installing node 6.5 resolved this for me. |
@SeekingMonkey i install node 6.5 nothing and nothing remains the same errror not ng command not found |
This seems to be roughly the same issue as #1930. Basically, the solution is to uninstall node and reinstall 6.5. It seems due to a node/npm problem. |
I am on Mac OSX Sierra and I installed Node using the installer on the site because I thought that brew was giving me the issues -- turns out ng isn't installing with either method.
|
I solved it using ===> export PATH="$PATH:$HOME/npm/bin" |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:node -6.2.1
Installed angular-cli globally using (npm install -g angular-cli) but when I'm trying to create project using ng new my-project it is throwing error (ng: command not found) and try --help and some say
The text was updated successfully, but these errors were encountered: