Skip to content

Instantly share code, notes, and snippets.

@broofa
Last active August 29, 2015 14:18
Show Gist options
  • Save broofa/b08d4812371193b7a114 to your computer and use it in GitHub Desktop.
Save broofa/b08d4812371193b7a114 to your computer and use it in GitHub Desktop.
kieffer@Roberts-MacBook-Pro$ lsf
total 0
drwxr-xr-x 3 kieffer staff 102 Apr 3 11:24 node_modules/
kieffer@Roberts-MacBook-Pro$ \rm -fr node_modules/
kieffer@Roberts-MacBook-Pro$ npm ls
/Users/kieffer/mime_issues
└── (empty)
kieffer@Roberts-MacBook-Pro$ npm -v
1.4.28
kieffer@Roberts-MacBook-Pro$ node -v
v0.10.32
kieffer@Roberts-MacBook-Pro$ npm install express
[email protected] 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]
├── [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], [email protected])
└── [email protected] ([email protected], [email protected])
kieffer@Roberts-MacBook-Pro$ node -e "require('express')" # this results in a `require('mime')` call
kieffer@Roberts-MacBook-Pro$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment