- npm@^3.10.7
- lodash@^4.15.0
- promise@^7.1.1
- read-package-json@^2.0.4
- atom-space-pen-views@^2.2.0
atom-npm
NPM integration for Atom.
Commands
| Command | Effect | Default Windows/Linux key binding | Default MacOS X key binding |
|---|---|---|---|
npm install |
Install dependencies from package.json or npm-shrinkwrap.json |
Ctrl+Alt+N I |
Cmd+Alt+N I |
npm update |
Update installed packages | Ctrl+Alt+N U |
Cmd+Alt+N U |
npm outdated |
List of outdated packages | Ctrl+Alt+N O |
Cmd+Alt+N O |
npm run <span> |
Run script | Ctrl+Alt+N R |
Cmd+Alt+N R |
Multi-project support
When two or more projects are opened in one window, You must choose the project on which command are executed.