-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
Node version is not supported: Got v22.11.0 #1781
Comments
@krissik thanks for the report. See plone/cookieplone#48, which was fixed in plone/cookieplone#49, and was released in plone/cookieplone@a917cd6. Please try installing the latest version of Cookieplone, and try again, then let us know if the issue persists. |
FYI @ericof @sneridagh @davisagli we should probably update docs with minimum versions of Cookieplone, similar to what we do in Lines 439 to 444 in 27c4998
For example: "{COOKIEPLONE_MINIMUM_VERSION}": "8.1", Or would that be too much? |
It is working with |
See related issue plone/cookieplone#53 |
Closing as fixed. Please reopen if the issue persists. |
Links of affected pages in Plone Documentation, if any.
https://6.docs.plone.org/install/create-project-cookieplone.html
Description
I have installed nvm and node as described here: https://6.docs.plone.org/install/create-project-cookieplone.html#nvm
After running
pipx run cookieplone project
it saysI expected that node version is ok because I installed as described in the docs.
I have changed node version to 20 and now
pipx run cookieplone project
works. So either the documentation needs some update or maybe the check for supported node versions?The text was updated successfully, but these errors were encountered: