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
This package is still using Node.js v12, while our module template uses v16.
We should:
v16
.nvmrc
engines
package.json
{ "node": ">=14.0.0" }
This is needed also to add @lavamoat/allow-scripts and update to yarn v3 (See #165)
@lavamoat/allow-scripts
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This package is still using Node.js v12, while our module template uses v16.
We should:
v16
in our.nvmrc
fileengines
section inpackage.json
file with:This is needed also to add
@lavamoat/allow-scripts
and update to yarn v3 (See #165)The text was updated successfully, but these errors were encountered: