plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
448 stars 610 forks source link

docs: update installation instructions or lift generator to node LTS (16) #2893

Closed ksuess closed 1 year ago

ksuess commented 2 years ago

Volto documentation "Bootstrap Volto": Volto cannot be installed with these instructions.

https://docs.voltocms.com/getting-started/install/#install-volto

% yarn start
yarn run v1.22.17
error scratch_bootstrap_volto@1.0.0: The engine "node" is incompatible with this module. Expected version "^10 || ^12 || ^14". Got "16.13.1"
error Commands cannot run with an incompatible environment.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

BTW Docker instructions needs something like -e VERSIONS="plone.restapi=8.16.2 plone.rest=2.0.0a1"

and for Mac M1 docker image 'arm64v8/plone'

 docker run -it --rm --name=plone \
  -p 8080:8080 -e SITE=Plone -e ADDONS="plone.volto" \
  -e VERSIONS="plone.restapi=8.16.2 plone.rest=2.0.0a1" \
  -e ZCML="plone.volto.cors" \
  -e PROFILES="plone.volto:default-homepage" \
  _arm64v8_/plone
ksuess commented 2 years ago

Mastering Plone Development training documentation is updated till then to NodeJS 14.

ksuess commented 1 year ago

ignored but solved.