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
I have a new package.json project and I tried to install allcountjs but it failed:
package.json
$ npm install --save allcountjs ... npm ERR! Linux 3.19.0-25-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--save" "allcountjs" npm ERR! node v5.12.0 npm ERR! npm v3.8.6 npm ERR! path ../acorn/bin/acorn npm ERR! code EPROTO npm ERR! errno -71 npm ERR! syscall symlink npm ERR! EPROTO: protocol error, symlink '../acorn/bin/acorn' -> '/vagrant/application/node_modules/.bin/acorn' npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! /vagrant/application/npm-debug.log
here are the last several entries from the npm-log
57172 verbose stack Error: EPROTO: protocol error, symlink '../acorn/bin/acorn' -> '/vagrant/application/node_modules/.bin/acorn' 57172 verbose stack at Error (native) 57173 verbose cwd /vagrant/application 57174 error Linux 3.19.0-25-generic 57175 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--save" "allcountjs" 57176 error node v5.12.0 57177 error npm v3.8.6 57178 error path ../acorn/bin/acorn 57179 error code EPROTO 57180 error errno -71 57181 error syscall symlink 57182 error EPROTO: protocol error, symlink '../acorn/bin/acorn' -> '/vagrant/application/node_modules/.bin/acorn' 57183 error If you need help, you may report this error at: 57183 error <https://github.com/npm/npm/issues> 57184 verbose exit [ -71, true ]
The text was updated successfully, but these errors were encountered:
I was able to install it with npm install allcountjs-cli --save --no-bin-links
npm install allcountjs-cli --save --no-bin-links
Sorry, something went wrong.
No branches or pull requests
I have a new
package.json
project and I tried to install allcountjs but it failed:here are the last several entries from the npm-log
The text was updated successfully, but these errors were encountered: