Warnings durung Volto Start using 2024 training

Hi

I am trying to understand / how to resolve the following warnings during startup of Volto (Ubuntu 24, using cookieplone - 5. Installation – Mastering Plone 6 development — Plone Training 2024 documentation).

LOG from webpack.FileSystemInfo
Managed item /home/mack/training/vilax/frontend/node_modules/.pnpm isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
Managed item /home/mack/training/vilax/frontend/core/packages/volto/node_modules/@loadable isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
Managed item /home/mack/training/vilax/frontend/core/packages/volto/node_modules/@plone isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
Managed item /home/mack/training/vilax/frontend/core/packages/volto/node_modules/@redux-devtools isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
Managed item /home/mack/training/vilax/frontend/core/packages/volto/node_modules/@dnd-kit isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)

You can safely ignore these warnings; they're related to a particular feature that is only relevant to people developing changes to Volto itself.

Thanks for pointing them out though. I've submitted a fix that should remove the warnings in a future release of Volto. Remove devserver settings for HMR of volto by davisagli · Pull Request #6511 · plone/volto · GitHub

1 Like