-
Notifications
You must be signed in to change notification settings - Fork 3k
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
pnpm install fails on Ubuntu #215
Comments
Did you try pnpm install --include=optional sharp ? |
yes, same error unfortunately |
issue created at pnpm repo too: pnpm/pnpm#8737 |
related #237 |
Hi, thanks for your help. I tried but with no success. How do you add python to the path? I tried:
Also would you know how to get useful debug info? I tried |
Try the following:
|
I was running into the same issue, It seems the error was caused by make not being installed?
|
Describe the bug
Installation fails
To Reproduce
pnpm i
Expected behavior
Installs without error.
Additional context
OS: Ubuntu 24.04 LTS
node: v22.10.1
pnpm: 9.12.3
An example of error I get:
Happens with
@discordjs/opus
&onnxruntime-node
too, maybe others.But if I go into the directory and install from there it works:
This doesn't throw any error and installs the package correctly.
Is this a bug on
pnpm
side?The text was updated successfully, but these errors were encountered: