Created
February 18, 2013 20:03
-
-
Save buk/4980210 to your computer and use it in GitHub Desktop.
After the installation of Express.js the command 'express' to create new applications is not available
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
➜ Code npm install -g express | |
npm http GET https://registry.npmjs.org/express | |
npm http 304 https://registry.npmjs.org/express | |
npm http GET https://registry.npmjs.org/connect/2.7.2 | |
npm http GET https://registry.npmjs.org/commander/0.6.1 | |
npm http GET https://registry.npmjs.org/range-parser/0.0.4 | |
npm http GET https://registry.npmjs.org/mkdirp/0.3.3 | |
npm http GET https://registry.npmjs.org/cookie/0.0.5 | |
npm http GET https://registry.npmjs.org/buffer-crc32/0.1.1 | |
npm http GET https://registry.npmjs.org/fresh/0.1.0 | |
npm http GET https://registry.npmjs.org/methods/0.0.1 | |
npm http GET https://registry.npmjs.org/send/0.1.0 | |
npm http GET https://registry.npmjs.org/cookie-signature/0.0.1 | |
npm http GET https://registry.npmjs.org/debug | |
npm http 304 https://registry.npmjs.org/connect/2.7.2 | |
npm WARN package.json [email protected] No README.md file found! | |
npm http 304 https://registry.npmjs.org/commander/0.6.1 | |
npm http 304 https://registry.npmjs.org/range-parser/0.0.4 | |
npm http 304 https://registry.npmjs.org/mkdirp/0.3.3 | |
npm http 304 https://registry.npmjs.org/cookie/0.0.5 | |
npm http 304 https://registry.npmjs.org/buffer-crc32/0.1.1 | |
npm http 304 https://registry.npmjs.org/fresh/0.1.0 | |
npm http 304 https://registry.npmjs.org/methods/0.0.1 | |
npm http 304 https://registry.npmjs.org/send/0.1.0 | |
npm WARN package.json [email protected] No README.md file found! | |
npm http 304 https://registry.npmjs.org/cookie-signature/0.0.1 | |
npm http 304 https://registry.npmjs.org/debug | |
npm http GET https://registry.npmjs.org/mime/1.2.6 | |
npm http GET https://registry.npmjs.org/qs/0.5.1 | |
npm http GET https://registry.npmjs.org/formidable/1.0.11 | |
npm http GET https://registry.npmjs.org/bytes/0.1.0 | |
npm http GET https://registry.npmjs.org/pause/0.0.1 | |
npm http 304 https://registry.npmjs.org/mime/1.2.6 | |
npm http 304 https://registry.npmjs.org/qs/0.5.1 | |
npm http 304 https://registry.npmjs.org/bytes/0.1.0 | |
npm http 304 https://registry.npmjs.org/formidable/1.0.11 | |
npm http 304 https://registry.npmjs.org/pause/0.0.1 | |
/usr/local/share/npm/bin/express -> /usr/local/share/npm/lib/node_modules/express/bin/express | |
[email protected] /usr/local/share/npm/lib/node_modules/express | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
➜ Code cd Express | |
➜ Express express new HotPie | |
zsh: command not found: express | |
➜ Express |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment