Failed to create angular app via cli
See original GitHub issuePlease provide us with the following information:
OS?
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) Linux, Linux Mint 18 Sarah
Versions.
Please run
ng --version
. If there’s nothing outputted, please run in a Terminal:node --version
and paste the result here: ng --version bash: /usr/bin/ng: No such file or directory
node --version v4.2.6
Repro steps.
Was this an app that wasn’t created using the CLI? What change did you do on your code? etc. I can’t create angular app
The log given by the failure.
Normally this include a stack trace and some more information.
Mention any other details that might be useful.
I try create angular but I get error ng new first-app bash: /usr/bin/ng: No such file or directory
I tried fix it via $ sudo ln -s /usr/bin/nodejs /usr/bin/node ln: failed to create symbolic link ‘/usr/bin/node’: File exists but this doesn’t work
I would be happy get any help how to solve this problem.
Thanks! We’ll be in touch soon.d
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
@vitalizis you can add to path of system,
export PATH="$PATH:$HOME/npm/bin"
. To changes work better add this export in your~/.bashrc
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.