While following the Quick Start tutorial for developing Shopware plugins:
https://docs.dockware.io/tutorials/quick-start-tutorials/developing-shopware-plugins
I noticed that it references the Docker image dockware/shopware:6.7.2.2, which contains a known issue.
Specifically, when stopping and restarting the container, it attempts to decompress the NVM package again and fails because the package is no longer present after the first run.
Clarification:
This issue is already fixed in newer versions. I tested with dockware/shopware:6.7.9.0, and the problem no longer occurs.
Suggestion:
The documentation should be updated to:
Use a newer stable image version (e.g., 6.7.9.0), or
At least warn users about the issue in 6.7.2.2
The goal is not to fix the issue (since it's already resolved), but to prevent confusion for users following the tutorial.
Thanks!
While following the Quick Start tutorial for developing Shopware plugins:
https://docs.dockware.io/tutorials/quick-start-tutorials/developing-shopware-plugins
I noticed that it references the Docker image dockware/shopware:6.7.2.2, which contains a known issue.
Specifically, when stopping and restarting the container, it attempts to decompress the NVM package again and fails because the package is no longer present after the first run.
Clarification:
This issue is already fixed in newer versions. I tested with dockware/shopware:6.7.9.0, and the problem no longer occurs.
Suggestion:
The documentation should be updated to:
Use a newer stable image version (e.g., 6.7.9.0), or
At least warn users about the issue in 6.7.2.2
The goal is not to fix the issue (since it's already resolved), but to prevent confusion for users following the tutorial.
Thanks!