bqnpad icon indicating copy to clipboard operation
bqnpad copied to clipboard

Dockerfile not building

Open alexland7219 opened this issue 8 months ago • 0 comments

The Dockerfile is not building correctly.

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

alexland7219 avatar Jun 02 '24 16:06 alexland7219