Typical errors
This page should help developers to easily solve and explain typical bugs we have noticed or had ourselves.
Last updated
This page should help developers to easily solve and explain typical bugs we have noticed or had ourselves.
Last updated
This error can occur when running "b2b:platform:build"
1. Go into path: custom/plugins/b2bsellerscore/src/Resources/app/b2b_platform 2. Install dependencies with this command:
Afterwards it should be possible to build our b2b platform.
More informations: https://github.com/ueberdosis/tiptap/issues/3492
If you encounter this error, try to build your B2BPlatform again with this command:
For more information on this process, please see .
Go to src/Resources/app/b2b_platform
inside the plugin
Delete package-lock.json
and node_modules
Run npm install
Try rebuilding the platform again after performing these steps.