We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7
COPY package.json pnpm-lock.yaml ./ 8
9
RUN corepack enable pnpm && pnpm install
! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-9.4.0.tgz Progress: resolved 0, reused 0, downloaded 1, added 0 �ERR_PNPM_FETCH_404� GET https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20241127.0.tgz: Not Found - 404
This error happened while installing a direct dependency of /app
No authorization header was set for the request. 10
11
12
COPY . . 13
?
npm run dockerbuild
Completed Build
No response
MAC OS Sequoia Docker Desktop 4.36.0 (175267) is currently the newest version available. Remote source location
https://github.com/coleam00/bolt.new-any-llm.git Revision[ba29e59] (ba29e59) Tags
BOLT-AI:DEVELOPMENT BOLT-AI:LATEST
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
7
COPY package.json pnpm-lock.yaml ./
8
9
RUN corepack enable pnpm && pnpm install
! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-9.4.0.tgz
Progress: resolved 0, reused 0, downloaded 1, added 0
�ERR_PNPM_FETCH_404� GET https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20241127.0.tgz: Not Found - 404
This error happened while installing a direct dependency of /app
No authorization header was set for the request.
10
11
Copy the rest of your app's source code
12
COPY . .
13
Link to the Bolt URL that caused the error
?
Steps to reproduce
npm run dockerbuild
Expected behavior
Completed Build
Screen Recording / Screenshot
No response
Platform
MAC OS Sequoia
Docker Desktop 4.36.0 (175267) is currently the newest version available.
Remote source location
https://github.com/coleam00/bolt.new-any-llm.git
Revision[ba29e59]
(ba29e59)
Tags
BOLT-AI:DEVELOPMENT
BOLT-AI:LATEST
Provider Used
No response
Model Used
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: