Skip to content

Handle missing package-lock.json #15

@skywarth

Description

@skywarth

Even though there is a dedicated section to let users know that you have to include a package-lock.json in your repository root, in case you use npm as package_manager. So in order to handle it, we should see if package-lock.json exists, and if it doesn't; install dependencies via npm install not npm ci.

Smh I wish more people would read the documentations...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions