Skip to content

Instantly share code, notes, and snippets.

@EloB
Created February 22, 2014 15:08
Show Gist options
  • Save EloB/9156278 to your computer and use it in GitHub Desktop.
Save EloB/9156278 to your computer and use it in GitHub Desktop.
I have found out what triggers the error. It's when I have a package.json file that contains the private property.
/* jshint node: true */
module.export = function() {
};
{
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment