You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
If you run
npm run docker -- npm install
from the container then you will get an error when composer tries to run.Basically, NPM tries to downgrade its privileges when it runs scripts. So you have to actually run it like so:
npm run docker -- npm install --unsafe-perm
The text was updated successfully, but these errors were encountered: