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
Currently the package.json specifies that only Node 18 can be used:
package.json
"engines": { "node": ">=18 <19" },
This seems unnecessarily restricting and prevents me from installing this theme as a dependency.
The text was updated successfully, but these errors were encountered:
Are there any updates on the node version requirement? I'm using 20, which seems okay, but I also get the warning.
Sorry, something went wrong.
f4ngwt
No branches or pull requests
Currently the
package.json
specifies that only Node 18 can be used:This seems unnecessarily restricting and prevents me from installing this theme as a dependency.
The text was updated successfully, but these errors were encountered: