1.1.0 • Published 10 years ago
urn v1.1.0
update: as of (oct 8, 2014), npm's offline install commands are not working for me. Urn supports npm's old and new cache formats; so have at it and enjoy your offline-coding time :)
note: consider using npm install --no-registry or npm install -N instead of
this module. npm will get all the details right (e.g. binary building,
preinstall scripts, etc). As long as you are using a version after v0.10.19, it
will be very fast :) issue link
npm for when your internet is down
urn installs npm packages from your npm cache. Unless you've used
npm cache clean, you will be able to install ANY package you've ever installed.
npm -g install urn
Usage:
urn --help or urn -h
Usage:
urn install underscore
urn i underscore
urn underscore
urn underscore -s # save underscore as dependency in package.json
urn underscore -S # same as aboveWarning
- Binary packages will not be built.
- No good way to download the whole npm repo, other than
npm install hoardersupdate: hoarders has been removed from npm.