Skip to content

pnpm always links to local /node_modules/.registry.npmjs.org/ folder; ignores store-path config #794

@kiranjholla

Description

@kiranjholla

pnpm version: 0.69.4

Expected behavior:

Expected behavior is to have the node modules downloaded into a central path configured as the store-path using pnpm config.

Actual behavior:

Actual behaviour is that the node modules are always downloaded into local folders under the node_modules folder such as /node_modules/.registry.npmjs.org/* and then links are created

/node_modules/package_folder -> /node_modules/.registry.npmjs.org/package_folder

The central store-path also seems to have some files but there are no links to those folders/files.

Additional information:

  • node -v prints: v8.1.0
  • npm --version prints: 5.0.3
  • Windows, OS X, or Linux?: Windows 7
  • store-path is set using command pnpm config set store-path "C:\\Dev\\Tools\\.pnpm-store" --userconfig
  • pnpm is being run using PowerShell

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions