Skip to content

pnpm should respect configuration settings from ~/.npmrc  #166

Description

@osdevisnot

pnpm should respect configuration settings from ~/.npmrc.

With below settings in ~/.npmrc
save=true
save-exact=true

pnpm should install dep and add it to package json with exact version number just by firing install command:
pnpm install rimraf

Currently, I have to pass those options separately:
pnpm install --save --save-exact rimraf

Metadata

Metadata

Assignees

Type

No type

Fields

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