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

NPM shrinkwrap packages everything under node_modules regardless #120

Description

@jdkb123

I have package.json that has devdependancies and dependencies listed. I then did npm install and that installed all the packages locally under node_modules folder. Now when I run npm shrinkwrap, I expected the npm-shrinkwrap.json to contain only the dependencies and their chain. Instead I see that it just simply went thru node_modules and just everything there in npm-shrinkwrap.json.

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