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
Hi guys.
I've tried to install your library using npm but get the following issue:
$ npm install git+https://github.com/abdmob/x2js.git --save npm ERR! addLocal Could not install /tmp/npm-6604-622e8ec5/git-cache-30c70c4a6eeb/41782e9b53e2c4093873ea8d761805ae1935d753 npm ERR! Linux 3.19.0-39-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "git+https://github.com/abdmob/x2js.git" "--save" npm ERR! node v4.2.4 npm ERR! npm v2.14.12 npm ERR! Invalid name: "abdmob/x2js" npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues>
I think you need to remove the forwardslash from the package name in package.json
The text was updated successfully, but these errors were encountered:
Fixed package.json (Issue #12) -a
185e410
Fixed, thanks for the report!
Sorry, something went wrong.
No branches or pull requests
Hi guys.
I've tried to install your library using npm but get the following issue:
I think you need to remove the forwardslash from the package name in package.json
The text was updated successfully, but these errors were encountered: