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
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
MacOSX Yosimite v10.10.5
Versions. Please run ng --version. If there's nothing outputted, please run
in a Terminal: node --version and paste the result here:
angular-cli: 1.0.0-beta.14
node: 4.5.0
os: darwin x64
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
I try to use ng new in any directory on my machine
The log given by the failure. Normally this include a stack trace and some
more information.
"You cannot use the new command inside an angular-cli project."
Mention any other details that might be useful.
I am not inside a project created by the cli. In fact I cant use the command anywhere, in any directory.
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
MacOSX Yosimite v10.10.5
Versions. Please run
ng --version. If there's nothing outputted, please runin a Terminal:
node --versionand paste the result here:angular-cli: 1.0.0-beta.14
node: 4.5.0
os: darwin x64
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
I try to use ng new in any directory on my machine
The log given by the failure. Normally this include a stack trace and some
more information.
"You cannot use the new command inside an angular-cli project."
Mention any other details that might be useful.
I am not inside a project created by the cli. In fact I cant use the command anywhere, in any directory.