Skip to content
This repository was 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

@ukilon-okta

Description

@ukilon-okta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions