-
Notifications
You must be signed in to change notification settings - Fork 12
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
Not able to create a new project #118
Comments
Which version of angular eclipse are you using? |
I am seeing the same issue. Just upgraded to Oxygen.3 Release (4.7.3) |
Oops, Angular2 Eclipse 1.3.0.201707082320 |
Have the same problem. If you tell it to install locally (rather than use the global one, which is installed) then it seems fine. |
Hmmm. may have spoken too soon! Attached is the output on the terminal which appears to be fine until it wants to create the project files but doesn't. In fact, it doesn't seem to do a lot!!! Seeing as this is my first use of Angular2 (or even JS), are there any tutorials that use Eclipse and the Angular2 plugin - not JS or AngularIDE? I can use "ng new xxx" in the terminal window but surely it should be integrated into Eclipse? Any clues would be really helpful. TIA |
Is this still not fixed? |
Just tried with the 1.4.0 SNAPSHOT. Same problem. It will not identify the global installation of the angular CLI |
Maybe this sounds obvious or Eclipse just handles/transforms it automatically, but the path of the ng file is with slashes (/), and not backslashes () as Windows requires... @angelozerr |
While trying to create a new project I am facing the below issue
Searching for global Angular CLI...
The 'C:/Users/xxxx/AppData/Roaming/npm/ng.cmd' is not a ng file.
The text was updated successfully, but these errors were encountered: