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

Cannot install solc through NPM #175

Closed
JoaquimVerdasca opened this issue Jan 6, 2018 · 2 comments
Closed

Cannot install solc through NPM #175

JoaquimVerdasca opened this issue Jan 6, 2018 · 2 comments

Comments

@JoaquimVerdasca
Copy link

Whenever I run:

npm install -g solc

I get this error:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for require-from-string@^1.1.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'solc'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/joaquimverdasca/.npm/_logs/2018-01-06T19_23_59_912Z-debug.log

I believe this is happening because the require-from-string@^1.1.0 is not in NPM. Any fixes?

@axic
Copy link
Member

axic commented Jan 6, 2018

It is an upstream / npm issue, see floatdrop/require-from-string#14 and https://status.npmjs.org/incidents/41zfb8qpvrdj

@JoaquimVerdasca
Copy link
Author

Oh ok! Closing.

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

2 participants