ng command not found since using @angular/cli (1.0.0-beta.32.3)
Hi
I installed the latest angular cli and realized that it changed from angular-cli to @angular/cli.
However, this seems to not work with IDEA as it searches for the ng on the drive I use for the projects (in my case drive E:) on the root level: E:\bin\ng
Wenn creating the project I specified the new path without any success: C:\Users\<username>\AppData\Roaming\npm\node_modules\@angular\cli
Is this a known issue?
In my CMD / Powershell ng is working properly.
I am using nodejs 7.6.0, npm 4.1.2 and ng 1.0.0-beta.32.3 on a Windows 10 x64 machine with IDEA 2016.3.4 (most recent version afaik).
Please sign in to leave a comment.
see https://youtrack.jetbrains.com/issue/WEB-25307, https://youtrack.jetbrains.com/issue/WEB-25518. Both are fixed in 2017.1
Hi Elena
Thanks a lot for the clarification.
I guess I will head over to EAP then. :)