Skip to content

Instantly share code, notes, and snippets.

@ryanrolds
Created January 27, 2012 02:38
Show Gist options
  • Save ryanrolds/1686626 to your computer and use it in GitHub Desktop.
Save ryanrolds/1686626 to your computer and use it in GitHub Desktop.
[node@abtf ~]$ npm install express
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module '../lib/utils/log.js'
at Function._resolveFilename (module.js:326:11)
at Function._load (module.js:271:25)
at require (module.js:355:19)
at /opt/nodejs/v0.6.7/bin/npm:18:11
at Object.<anonymous> (/opt/nodejs/v0.6.7/bin/npm:80:2)
at Module._compile (module.js:411:26)
at Object..js (module.js:417:10)
at Module.load (module.js:343:31)
at Function._load (module.js:302:12)
at Array.<anonymous> (module.js:430:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment