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
Following a fresh npm cache clear and npm install angular-cli along with peers, $ ng new ng2TestCLI actually places ng2TestCLI/ two directories up the tree, while $ ng new ./ng2TestCLI issues We currently do not support a name of "./ng2TestCLI".
I'll just mention that ../../node_modules exists in this scenario, but I moved it and reran ng new with the same result.
The text was updated successfully, but these errors were encountered:
Following a fresh
npm cache clear
andnpm install angular-cli
along with peers,$ ng new ng2TestCLI
actually places ng2TestCLI/ two directories up the tree, while$ ng new ./ng2TestCLI
issues We currently do not support a name of "./ng2TestCLI".I'll just mention that ../../node_modules exists in this scenario, but I moved it and reran
ng new
with the same result.The text was updated successfully, but these errors were encountered: