Created
July 25, 2012 12:09
-
-
Save ulrichsg/3175827 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ulrich@asuryan:~/dev/appjs-test$ npm install appjs | |
| npm http GET https://registry.npmjs.org/appjs | |
| npm http 304 https://registry.npmjs.org/appjs | |
| npm http GET https://registry.npmjs.org/mime/1.2.5 | |
| npm http GET https://registry.npmjs.org/request | |
| npm http GET https://registry.npmjs.org/tar | |
| npm http GET https://registry.npmjs.org/appjs-win/0.0.17 | |
| npm http GET https://registry.npmjs.org/npm | |
| npm http GET https://registry.npmjs.org/appjs-mac/0.0.17 | |
| npm http GET https://registry.npmjs.org/appjs-linux/0.0.17 | |
| npm http 304 https://registry.npmjs.org/mime/1.2.5 | |
| npm http 304 https://registry.npmjs.org/request | |
| npm http 304 https://registry.npmjs.org/tar | |
| npm http 304 https://registry.npmjs.org/npm | |
| npm http 304 https://registry.npmjs.org/appjs-win/0.0.17 | |
| npm http 404 https://registry.npmjs.org/appjs-mac/0.0.17 | |
| npm WARN optional dep failed, continuing [email protected] | |
| npm http 404 https://registry.npmjs.org/appjs-linux/0.0.17 | |
| npm WARN optional dep failed, continuing [email protected] | |
| npm WARN optional dep failed, continuing [email protected] | |
| npm http GET https://registry.npmjs.org/inherits | |
| npm http GET https://registry.npmjs.org/block-stream | |
| npm http GET https://registry.npmjs.org/fstream | |
| npm http 304 https://registry.npmjs.org/block-stream | |
| npm http 304 https://registry.npmjs.org/inherits | |
| npm http 304 https://registry.npmjs.org/fstream | |
| npm http GET https://registry.npmjs.org/rimraf | |
| npm http GET https://registry.npmjs.org/mkdirp | |
| npm http GET https://registry.npmjs.org/graceful-fs | |
| npm http 304 https://registry.npmjs.org/rimraf | |
| npm http 304 https://registry.npmjs.org/graceful-fs | |
| npm http 304 https://registry.npmjs.org/mkdirp | |
| [email protected] node_modules/appjs | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| └── [email protected] ([email protected], [email protected], [email protected]) | |
| ulrich@asuryan:~/dev/appjs-test$ node --harmony app.js | |
| module.js:340 | |
| throw err; | |
| ^ | |
| Error: Cannot find module 'appjs-linux' | |
| at Function.Module._resolveFilename (module.js:338:15) | |
| at Function.Module._load (module.js:280:25) | |
| at Module.require (module.js:362:17) | |
| at require (module.js:378:17) | |
| at Object.<anonymous> (/home/ulrich/dev/appjs-test/node_modules/appjs/lib/bindings.js:13:18) | |
| at Module._compile (module.js:449:26) | |
| at Object.Module._extensions..js (module.js:467:10) | |
| at Module.load (module.js:356:32) | |
| at Function.Module._load (module.js:312:12) | |
| at Module.require (module.js:362:17) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment