Skip to content

Activate package-lock.json #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions