Skip to content

Instantly share code, notes, and snippets.

@riccardoscalco
Created April 28, 2015 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riccardoscalco/17b5497682e34ee10335 to your computer and use it in GitHub Desktop.
Save riccardoscalco/17b5497682e34ee10335 to your computer and use it in GitHub Desktop.
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