-
-
Save ctide/90f5c26367e699ce76f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctidemac-2:Locker ctide$ node locker.js | |
node.js:134 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
Error: Cannot find module 'connect/middleware/router' | |
at Function._resolveFilename (module.js:320:11) | |
at Function._load (module.js:266:25) | |
at require (module.js:348:19) | |
at Object.<anonymous> (/usr/local/lib/node/.npm/express/1.0.0/package/lib/express/server.js:17:14) | |
at Module._compile (module.js:404:26) | |
at Object..js (module.js:410:10) | |
at Module.load (module.js:336:31) | |
at Function._load (module.js:297:12) | |
at require (module.js:348:19) | |
at Object.<anonymous> (/usr/local/lib/node/.npm/express/1.0.0/package/lib/express/index.js:28:31) | |
ctidemac-2:Locker ctide$ npm ls installed | |
npm info it worked if it ends with ok | |
npm info using npm@0.3.17 | |
npm info using node@v0.4.3 | |
connect@0.5.0 active installed High performance middleware framework | |
express@1.0.0 active installed Sinatra inspired web development framework framework sinatra web rest restful | |
facebook-js@0.0.5 active installed easy peasy facebook client facebook | |
flickr-reflection@0.0.1 active installed A flickr client using their reflection API flickr api photos | |
lastfm@0.4.3 active installed Read and write to Last.fm | |
locker@0.0.0 active installed A personal data locker | |
npm@0.3.17 active installed A package manager for node package manager modules install package.json | |
oauth@0.9.0 active installed Library for interacting with OAuth 1.0, 1.0A and 2. Provides simplified client access and allows for construction of | |
sax@0.1.1 active installed | |
sqlite@1.0.3 active installed SQLite3 bindings for Node | |
twitter-js@0.0.5 active installed easy peasy twitter client twitter | |
wwwdude@0.0.5 active http installed rest simple util utility Simple to use HTTP library on top of the built in libs of node.js | |
xml2js@0.1.5 active installed Simple XML to JavaScript object converter. xml json | |
npm ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment