You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create my app called "pr2" (ng new pr2) in the folder c:\Users\DELL\Documents\angular2 the process for creation stars and ends Successfully, but when try to navigate to forder pr2 the folder is missing.
If run the command ng new pr2 again I get the error Directory 'pr2' already exists.
Searching where is my project pr2, I found it in the path "c:\Users\DELL", 2 folders up.
OS?
Microsoft Windows 7 Professional
6.1.7601 Service Pack 1 Compilación 7601
I unnistalled angular-cli with the commands npm uninstall -g angular-cli
npm cache clear
Installed again with the command npm install -g @angular/cli
the behaviour is the same.
I cut and paste the folder c:\Users\DELL\pr2 to c:\Users\DELL\Documents\angular2\
I am in the path c:\Users\DELL\Documents\angular2\pr2 and ran the command ng serve --host 0.0.0.0 --port 4201 --live-reload-port 49153
and the app works until now.
The text was updated successfully, but these errors were encountered:
If run the command ng new pr2 again I get the error Directory 'pr2' already exists.
Searching where is my project pr2, I found it in the path "c:\Users\DELL", 2 folders up.
OS?
Microsoft Windows 7 Professional
6.1.7601 Service Pack 1 Compilación 7601
Versions.
Mention any other details that might be useful.
I unnistalled angular-cli with the commands
npm uninstall -g angular-cli
npm cache clear
Installed again with the command
npm install -g @angular/cli
the behaviour is the same.
I cut and paste the folder c:\Users\DELL\pr2 to c:\Users\DELL\Documents\angular2\
I am in the path c:\Users\DELL\Documents\angular2\pr2 and ran the command
ng serve --host 0.0.0.0 --port 4201 --live-reload-port 49153
and the app works until now.
The text was updated successfully, but these errors were encountered: