Closed ksuess closed 1 year ago
There's another place that might need updating. I am not familiar, so please let me know. It was for upgrading to Volto 16.
https://6.docs.plone.org/volto/upgrade-guide/index.html#upgrade-to-use-yarn-3
Step 3:
Change your package.json scripts section:
- "preinstall": "if [ -f $(pwd)/mrs.developer.json ]; then if [ -f $(pwd)/node_modules/.bin/missdev ]; then yarn develop; else yarn develop:npx; fi; fi",
https://6.docs.plone.org/volto/addons/index.html#use-mrs-developer-to-manage-the-development-cycle
See upgrade guide https://6.docs.plone.org/volto/upgrade-guide/index.html#upgrade-to-use-yarn-3