admin
admin copied to clipboard
fix: pwa container crashes because packageManager is not defined
Problem
Running docker compose up
throw the error: "The local project doesn't define a 'packageManager' field" for the pwa container
Solution
Specify a packageManager
in package.json
It seems like the CI is not happy with it.
It seems like the CI is not happy with it.
Fixed :)