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

error'ing when `npm i standard -g` #319

Closed
daviddias opened this issue Nov 6, 2015 · 4 comments

Comments

@daviddias
Copy link

commented Nov 6, 2015

When installing globally, I get the following error:

npm WARN install:concat-stream@1.5.1 ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/standard/node_modules/standard-engine/node_modules/eslint/node_modules/concat-stream' -> '/usr/local/lib/node_modules/standard/node_modules/concat-stream'

Seems to be a problem coming from the last concat-stream version, I got a similar problem weeks ago with npm-release, which was caused by a 'bad publish' (?? I don't have the complete explanation, other than bumping the patch version and publishing again solved the issue)

@yoshuawuyts

This comment has been minimized.

Copy link
Contributor

commented Nov 7, 2015

@diasdavid what version of Node and npm are you running?

@daviddias

This comment has been minimized.

Copy link
Author

commented Nov 7, 2015

» node -v
v4.2.1
» npm -v
3.3.10
@derduher

This comment has been minimized.

Copy link

commented Nov 8, 2015

Experienced the same, re ran the install and it worked fine the second time. First time standard command was definitely borked.
v4.2.2, 3.3.12

@feross

This comment has been minimized.

Copy link
Member

commented Nov 21, 2015

This is a weird bug. It looks like it was probably just a temporary npm glitch. Going to close it. If this comes up again, feel free to comment or open a new issue!

@feross feross closed this Nov 21, 2015

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
4 participants
You can’t perform that action at this time.