Skip to content
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

npm ci --omit=dev --cpu=x64 --os=linux similar feature #14091

Open
AielloChan opened this issue Sep 22, 2024 · 0 comments
Open

npm ci --omit=dev --cpu=x64 --os=linux similar feature #14091

AielloChan opened this issue Sep 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AielloChan
Copy link
Contributor

What is the problem this feature would solve?

My laptop is macbook with ARM chip, but the server is running linux x64.

Before npm ci --omit=dev --cpu=x64 --os=linux, I need use a docker to install node_modules to deploy.

Then just use npm ci to install x64 linux node_modules on my macOS.

Wish bun install or (bun ci) will have this feature, can specify os and cpu, even libc.

What is the feature you are proposing to solve the problem?

similar to npm ci, just bun install --os=linux --cpu=x64 or bun ci --os=linux --cpu=x64

What alternatives have you considered?

just npm ci --omit=dev --cpu=x64 --os=linux

@AielloChan AielloChan added the enhancement New feature or request label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant