We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The repo doesn't include lockfile, which is a bad practice. See:
package-lock.json
pnpm-lock.yaml
Please commit the lockfile of whatever package manager you use. Also, please consider setting "packageManager" under package.json, see https://nodejs.org/api/packages.html#packagemanager.
"packageManager"
package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The repo doesn't include lockfile, which is a bad practice. See:
package-lock.json
... is intended to be committed into source repositories"pnpm-lock.yaml
)."Please commit the lockfile of whatever package manager you use. Also, please consider setting
"packageManager"
underpackage.json
, see https://nodejs.org/api/packages.html#packagemanager.The text was updated successfully, but these errors were encountered: