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 have run through and uninstalled global angular/cli also verified cache afterwards. I installed it again even using @latest. I've installed 10.x and 8.x Node/NPM versions switching back and forth with nvm to no avail.
It seems that the Angular app will be created just fine on a C:\ but not any other disk. I verified permissions were correct, ran everything as administrator, and could not come up with any reasons why it would fail.
One interesting thing to note is when I ran the ng new <appname> on a non-c drive an empty folder named as the drive letter was created at the same directory level. I've reproduced it several times. Otherwise I've only been able to get the ng new to work on the C:\.
Drive letter folder created:
Working on C:\:
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Bug Report or Feature Request
Command
Versions
node v10.7.0
npm v6.1.0
ng v7.0.4
Windows 10
Repro steps
c:\
e:
for exampleng new some-app
Y
to add Angular routingSCSS
and hitEnter
Output:
Mention any other details that might be useful
I have run through and uninstalled global
angular/cli
also verified cache afterwards. I installed it again even using@latest
. I've installed 10.x and 8.x Node/NPM versions switching back and forth withnvm
to no avail.It seems that the Angular app will be created just fine on a
C:\
but not any other disk. I verified permissions were correct, ran everything as administrator, and could not come up with any reasons why it would fail.One interesting thing to note is when I ran the
ng new <appname>
on a non-c drive an empty folder named as the drive letter was created at the same directory level. I've reproduced it several times. Otherwise I've only been able to get theng new
to work on theC:\
.Drive letter folder created:
Working on
C:\
:The text was updated successfully, but these errors were encountered: