Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming the directory "choo" aborts installation #69

Open
crcdng opened this issue Mar 19, 2019 · 1 comment
Open

Naming the directory "choo" aborts installation #69

crcdng opened this issue Mar 19, 2019 · 1 comment

Comments

@crcdng
Copy link

crcdng commented Mar 19, 2019

> npx create-choo-app choo
...
Installing packages, this might take a couple of minutes.
Installing choo, choo-service-worker, sheetify, and tachyons…

Aborting installation. The following error occured:
  npm install --save --loglevel error choo choo-service-worker sheetify tachyons

Deleting generated file… package.json
Deleting generated file… node_modules
Cleanup completed, please try again sometime.
> npx --version
6.7.0
> sw_vers -productVersion 
10.14.3

@yoshuawuyts
Copy link
Member

oh yeah, that's a problem with npm itself. You can't name the repository the same as one of the dependencies. We could probably check for this ourselves before having npm give cryptic errors. Sorry about this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants