I tried following the guide at How to Run Percona Everest Locally in a Dev Environment From Source. After running tilt up
and opening my browser to the url given, I saw that the Tiltfile resource is showing Update error
. If I inspect the error, the detailed message is make: pnpm: No such file or directory
. If I try to install the pnpm
package on Fedora 40 (the latest release), the error changes to Unsupported environment (bad pnpm and/or Node.js version) // Expected version: >=9.4.0 // Got: 9.0.6
. Given that I am running the latest Fedora, I would hope that the included version would be sufficient, or alternatively the standard npm could be used for wider compatibility.
I altered the dependency from >=9.4.0
to >=9.0
and so far it appears to be working without issue.
3 Likes