Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Can't get the module to work as an npm dependency #106

Open
ukilon-okta opened this issue May 5, 2016 · 0 comments
Open

Can't get the module to work as an npm dependency #106

ukilon-okta opened this issue May 5, 2016 · 0 comments

Comments

@ukilon-okta
Copy link

We are trying to wrap this library and add extra functionality in an internal library.
The goal is to run npm-shrinkwrap, and once itd complete, add our extra sugar.
However, I couldn't get it to work
code:

var npmShrinkwrap = require('npm-shrinkwrap');
npmShrinkwrap({dev: true}, function (err, optionalWarnings) {
  console.log('ok');
});

Any help will be highly appreciated!

My environment:

  • Mac OS X Yosemite
  • node v5.6.0
  • npm v3.8.9
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant