-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
Bug: build through Koyeb fails saying, "! A pnpm lockfile (pnpm-lock.yaml
) was detected, but the ! version of pnpm
to install could not be determined."
#87
Comments
I just realized, I am cloning the wrong repo. |
oops |
Build ready to start
|
Did you get it to work? I'm having the same issue with koyeb. |
xbubbo
added a commit
to xbubbo/Ultraviolet-App
that referenced
this issue
Sep 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue tracker is ONLY used for reporting bugs. New features should be discussed on our Discord server.
Expected Behavior
I though it would deploy fine.
Current Behavior
It fails when trying to use a pnpm version.
Possible Solution
I don't really know
Steps to Reproduce
1.Deploy on Koyeb
2.Wait for the build to fail.
3.
4.
#LOG▶️
Build ready to start
HEAD is now at a70f303 chore: bump version
Previous image with name "registry01.prod.koyeb.com/k-88eeffcb-266f-4ada-89f8-c296750bd14d/c7a175b7-ca21-4901-8a40-3dfa9226b972:latest" not found
3 of 4 buildpacks participating
heroku/nodejs-engine 2.6.2
heroku/nodejs-pnpm-engine 2.6.2
heroku/nodejs-pnpm-install 2.6.2
Layer cache not found
[Heroku Node.js Engine Buildpack]
[Checking Node.js version]
Node.js version not specified, using 20.x
Resolved Node.js version: 20.10.0
[Installing Node.js distribution]
Downloading Node.js 20.10.0
Extracting Node.js 20.10.0
Installing Node.js 20.10.0
! A pnpm lockfile (
pnpm-lock.yaml
) was detected, but the! version of
pnpm
to install could not be determined.!
!
pnpm
may be installed via theheroku/nodejs-corepack
! buildpack. It requires the desired
pnpm
version to be set! via the
packageManager
key inpackage.json
.!
! To set
packageManager
inpackage.json
to the latest!
pnpm
, run:!
!
corepack enable
!
corepack use pnpm@*
!
! Then commit the result, and try again.
ERROR: failed to build: exit status 1
exit status 51
The text was updated successfully, but these errors were encountered: