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

wrong architecture @ install via bun #180

Open
rdwz opened this issue Feb 20, 2024 · 1 comment
Open

wrong architecture @ install via bun #180

rdwz opened this issue Feb 20, 2024 · 1 comment

Comments

@rdwz
Copy link

rdwz commented Feb 20, 2024

$ bun i @minify-html/node
bun add v1.0.27 (c34bbb2e)
  🔍 @minify-html/node-darwin-arm64 [2/3]
error: package "@minify-html/node-darwin-arm64" not found registry.npmjs.org/@minify-html%2fnode-darwin-arm64 404
  🔍 @minify-html/node-linux-arm64 [3/3] 
error: package "@minify-html/node-linux-arm64" not found registry.npmjs.org/@minify-html%2fnode-linux-arm64 404
error: @minify-html/node-darwin-arm64@0.15.0 failed to resolve
error: @minify-html/node-linux-arm64@0.15.0 failed to resolve
bun add v1.0.27 (c34bbb2e)
  🔍 @minify-html/node-darwin-arm64 [2/3]
error: package "@minify-html/node-darwin-arm64" not found registry.npmjs.org/@minify-html%2fnode-darwin-arm64 404
  🔍 @minify-html/node-linux-arm64 [3/3] 
error: package "@minify-html/node-linux-arm64" not found registry.npmjs.org/@minify-html%2fnode-linux-arm64 404
error: @minify-html/node-darwin-arm64@0.15.0 failed to resolve
error: @minify-html/node-linux-arm64@0.15.0 failed to resolve
$ uname -m
x86_64

Install Bun

npm i -g bun
@dbaranec
Copy link

i have similar issui, when i try install yarn install in my project and yarn started installing "@minify-html/node": "^0.15.0",

i get error
Couldn't find package "@minify-html/node-darwin-arm64@0.15.0" required by "@minify-html/node@^0.15.0" on the "npm" registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants