Skip to content
Peter Ajtai edited this page Mar 14, 2014 · 10 revisions

On mac individual npms are at:

~/.npm

Node modules are at:

/usr/local/lib/node_modules

NPM updater is at:

~/.config/npm-updater

use a github dep directly in package.json

    "dependencies": {
        "grunt-contrib-copy": "*",
        "grunt-contrib-jade": ">=0.3.1",
        "grunt-clean": "git://github.com/pajtai/grunt-clean.git#master",
        "grunt-useref": ">=0.0.7"
    },
# list latest version
npm view [pkg-name] version

# install a version
npm install --save [pkg-name]@[version]

Running Tests

Linked from:

NodeJS

Total of 183 pages.
Total of 67 pages not in main tree.
Total of 147 nodes.
This Sidebar and the "Linked From" sections created by Wiki Buddy
The full tree is at _WB-Full-Tree

Clone this wiki locally