Skip to content

Instantly share code, notes, and snippets.

@tutuca
Created February 4, 2011 22:08
Show Gist options
  • Save tutuca/811871 to your computer and use it in GitHub Desktop.
Save tutuca/811871 to your computer and use it in GitHub Desktop.
Linking drty
npm ERR! error linking, rollback Error: No satisfying version found for 'request'@'>=1.2.0'
npm ERR! error linking, rollback Valid install targets for request: "latest", "0.10.0", "0.8.3", "0.9.0", "0.9.1", "0.9.5", "1.0.0"
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/install.js:143:29
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/install.js:178:5
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/get.js:55:5
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/request.js:37:10
npm ERR! error linking, rollback at IncomingMessage.<anonymous> (/home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/request.js:174:14)
npm ERR! error linking, rollback at IncomingMessage.emit (events.js:59:20)
npm ERR! error linking, rollback at HTTPParser.onMessageComplete (http.js:111:23)
npm ERR! error linking, rollback at Client.onData [as ondata] (http.js:1227:27)
npm ERR! error linking, rollback at Client._onReadable (net.js:623:27)
npm ERR! error linking, rollback at IOWatcher.onReadable [as callback] (net.js:156:10)
npm ERR! Error: No satisfying version found for 'request'@'>=1.2.0'
npm ERR! Valid install targets for request: "latest", "0.10.0", "0.8.3", "0.9.0", "0.9.1", "0.9.5", "1.0.0"
npm ERR! at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/install.js:143:29
npm ERR! at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/install.js:178:5
npm ERR! at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/get.js:55:5
npm ERR! at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/request.js:37:10
npm ERR! at IncomingMessage.<anonymous> (/home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/request.js:174:14)
npm ERR! at IncomingMessage.emit (events.js:59:20)
npm ERR! at HTTPParser.onMessageComplete (http.js:111:23)
npm ERR! at Client.onData [as ondata] (http.js:1227:27)
npm ERR! at Client._onReadable (net.js:623:27)
npm ERR! at IOWatcher.onReadable [as callback] (net.js:156:10)
npm ERR! Report this *entire* log at <http://github.com/isaacs/npm/issues>
npm ERR! or email it to <[email protected]>
npm ERR! Just tweeting a tiny part of the error will not be helpful.
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment