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
angular-cli: 1.0.0-beta.6
node: 4.4.5
os: darwin x64
npm is latest, at 3.9.6.
Reproducible steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
I had previously created a sample starter app name, e.g.- ng new some-app
delete the entire project folder (one level above the generated 'some-app' by angular-cli
create and change into a project folder (can be same or different name)
run ng new some-app again
observe output of command, an error, `Directory 'some-app' already exists.'; no files are created
The log given by the failure. Normally this include a stack trace and some
more information.
No log generated.
Mention any other details that might be useful.
Is there some registry that is kept by angular-cli to keep track of app/project names on a system? I've tried uninstalling (globally, obviously) and reinstalling the angular-cli package to no avail.
The text was updated successfully, but these errors were encountered:
This appears to be directly related to #1079 in that I apparently had a package.json in my user directory. My project directory was a subdirectory of my user dir. It also managed to install and persist some "missing" apps to that location. I sadly neglected to check the contents of the package.json, but to my knowledge it was not there beforehand.
I'm closing this as it appears to be covered by the above mentioned issue.
Mac OSX El Capitan (10.11.5)
ng --version
.npm
is latest, at 3.9.6.do on your code? etc.
ng new some-app
angular-cli
ng new some-app
againmore information.
No log generated.
Is there some registry that is kept by
angular-cli
to keep track of app/project names on a system? I've tried uninstalling (globally, obviously) and reinstalling theangular-cli
package to no avail.The text was updated successfully, but these errors were encountered: