api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
477 stars 131 forks source link

fix: pwa container crashes because packageManager is not defined #554

Closed adguernier closed 2 months ago

adguernier commented 2 months ago

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

alanpoulain commented 2 months ago

It seems like the CI is not happy with it.

adguernier commented 2 months ago

It seems like the CI is not happy with it.

Fixed :)