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

Can't install version 0.1.3 via npm #8

Closed
gillesruppert opened this issue Mar 11, 2014 · 1 comment
Closed

Can't install version 0.1.3 via npm #8

gillesruppert opened this issue Mar 11, 2014 · 1 comment

Comments

@gillesruppert
Copy link

Our project build started failing. Looking into it I was able to pinpoint it to the latest version of grunt-static-inline. Fixing the version to 0.1.2 works fine.

To reproduce:

  1. go to new project
  2. run npm install grunt-static-inline: error
  3. run npm install grunt-static-inline@0.1.2: success

The error showing up:

npm ERR! fetch failed http://npm-registry01.prd.nytimes.com/datauri/-/datauri-0.1.1.tgz
npm ERR! network getaddrinfo ENOTFOUND
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! System Darwin 13.1.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "grunt-static-inline"
npm ERR! cwd project/path/
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! syscall getaddrinfo
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     project/path/
npm ERR! not ok code 0
@dayvson
Copy link
Owner

dayvson commented Mar 22, 2014

It's solved!

@dayvson dayvson closed this as completed Mar 22, 2014
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