We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the package.json, the name of this app is kbw-countdown
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.
countdown
kbw-coutdown
node_modules
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
The text was updated successfully, but these errors were encountered:
thanks
Sorry, something went wrong.
Looks like someone might have mirrored this: https://www.npmjs.com/package/kbw-countdown
No branches or pull requests
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
norkbw-coutdown
directory in mynode_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
The text was updated successfully, but these errors were encountered: