Skip to content

Fetching sub-dependencies sooner #453

Description

@zkochan

Currently pnpm downloads a package from the npm registry, unpacks it and uses the package.json from the unpacked directory to identify what sub-dependencies should be installed.

However, the package.json is available sooner! The registry sends all the package.json's, when the package meta information is requested!

So pnpm can start to download all the subdependencies a lot sooner!

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