Skip to content

Activate package-lock.json #1

@WuglyakBolgoink

Description

@WuglyakBolgoink
  1. As a "best practice" you need to activate package-lock file to be sure, that everyone every time can install same version as you.
  2. it will be better to remove ^ and ~ from all package versions to have a stable and constant versions every time. And install packages with attribute -E or use .npmrc file with flags:
package-lock=true
save-exact=true
save-prefix=""

package-lock.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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