Replies: 1 comment 1 reply
-
We fixed some bugs related to It looks like this ends up failing due to running a comamnd we don't support: @jacob-ebey it looks like it's running |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of Bun is running?
0.5.0
What platform is your computer?
Darwin 22.2.0 x86_64 i386
Bug
I tried
bunx create-remix test
.I chose options from
Just the basics
,Cloudflare Pages
,JavaScript
,Y
(do you use bun install?).Then
error: script not found "config" Command failed: bun config get @remix-run:registry An error: script not found "config"
occurred,After that, I entered the
bun install
command to download the node packages.Also, I ran the development server with
bun run dev
.Then I got esbuild related errors.
How can I configure a remix app using bun and bunx?
Beta Was this translation helpful? Give feedback.
All reactions