Skip to content

benchmark npm install methods #1

@jaeh

Description

@jaeh

benchmark:

tasks/update/dependencies.mjs
rm package-lock.json node_modules
npm install

vs

tasks/update/dependencies.mjs
npm install 
npm update

compare resulting package-lock.json, the second might not actually be up to date,
which would make this approach insufficient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions