Skip to content

Instantly share code, notes, and snippets.

@riccardoscalco
Created April 28, 2015 10:08
Locally test npm modules
$ cd /my/module/path
$ npm pack
$ cd /my/project/path
$ npm install /my/modue/path/packagename-version.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment