-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Contribution
- I'd be willing to implement this feature (contributing guide)
Describe the user story
https://pnpm.io/package_json#pnpmsupportedarchitectures
Instead of declaring this in my package.json:
{
"pnpm": {
"supportedArchitectures": {
"os": ["win32", "darwin", "current"],
"cpu": ["x64", "arm64"]
}
}
}
I want to be able to do it with the cli like npm does.
Describe the solution you'd like
Something like pnpm install --cpu=arm64 --os=darwin --libc=musl my-package
Describe the drawbacks of your solution
Maintenance of both solution
Describe alternatives you've considered
N/A
Dzieni, abelpastur, PeterDraex, Angelagex, JasonRSeequent and 5 more