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
After running sudo docker build -t bqnpad . , the following error message is displayed
Step 9/21 : RUN pnpm install --offline
---> Running in 95ed6983c387
Scope: all 6 workspace projects
/app/editor:
ERR_PNPM_NO_MATCHING_VERSION_INSIDE_WORKSPACE In editor: No matching version found for @mechanize/base@* inside the workspace
This error happened while installing a direct dependency of /app/editor
The command '/bin/sh -c pnpm install --offline' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
The Dockerfile is not building correctly.
After running
sudo docker build -t bqnpad .
, the following error message is displayedThe text was updated successfully, but these errors were encountered: