-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingbun installSomething that relates to the npm-compatible clientSomething that relates to the npm-compatible client
Description
Version
0.1.10
Platform
Darwin 3c06304b92ef 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:05:47 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T8101 arm64
What steps will reproduce the bug?
I was going through the AWS Amplify tutorial for Next.js and replacing npm with bun all along the way. But when I got to bun install aws-amplify @aws-amplify/ui-react I got this:
$ bun install aws-amplify @aws-amplify/ui-react
bun add v0.1.10
🔍 @aws-amplify/ui-react-v1 [69/210]
error: package "@aws-amplify/ui-react-v1" not found registry.npmjs.org/@aws-amplify/ui-react-v1 404
🚚 @radix-ui/react-slider [1475/1476]
When I used npm install aws-amplify @aws-amplify/ui-react things installed just fine.
Will bun be supporting this syntax anytime soon?
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
$ bun install aws-amplify @aws-amplify/ui-react
bun add v0.1.10
🔍 @aws-amplify/ui-react-v1 [69/210]
error: package "@aws-amplify/ui-react-v1" not found registry.npmjs.org/@aws-amplify/ui-react-v1 404
🚚 @radix-ui/react-slider [1475/1476]
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingbun installSomething that relates to the npm-compatible clientSomething that relates to the npm-compatible client