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

consider renaming repo #84

Open
lmj0011 opened this issue Oct 24, 2017 · 2 comments
Open

consider renaming repo #84

lmj0011 opened this issue Oct 24, 2017 · 2 comments

Comments

@lmj0011
Copy link

lmj0011 commented Oct 24, 2017

In the package.json, the name of this app is kbw-countdown

this projects's git repo url is https://github.com/kbwood/countdown.git

depending on your version of node/npm it may install the package like this when using the git url to install:

"countdown": "git://github.com/kbwood/countdown#2.1.0",

this caused a problem for me, in that there was no countdown nor kbw-coutdown directory in my node_modules directory.

I ended up having to manually update this package's entry in package.json like so:

"kbw-countdown": "git://github.com/kbwood/countdown#2.1.0"

in order to have it properly install.

I assume the best solution would be to register this project as a package on npm.

However if that's not an option, then renaming this repo so the repo name and the name in package.json matches up should solve the issue

@lmj0011 lmj0011 changed the title consider moving project to a new repo? consider renaming repo? Oct 24, 2017
@lmj0011 lmj0011 changed the title consider renaming repo? consider renaming repo Oct 24, 2017
@barisdayakseo
Copy link

thanks

@froboy
Copy link

froboy commented Mar 29, 2022

Looks like someone might have mirrored this: https://www.npmjs.com/package/kbw-countdown

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

3 participants