Skip to content

pnpm install not expending modules as npm3 #346

@idanh

Description

@idanh

pnpm version:

0.29.1

Code to reproduce the issue:

npm install
ls ./node_modules

pnpm install
ls ./node_modules

You can see that the difference in expansion of the modules.

Expected behavior:

Should be exactly the same

Actual behavior:

The transitive behavior of pnpm which mirrors an older npm version.

Additional information:

The issue that lead me to check that phenomena is that gulp, used in a specific way (requiring from a module) will not work with an older version (< 3) of npm. So for now, I can either use pnpm or gulp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions