Replies: 2 comments 4 replies
-
try ? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Show output of the command and first line of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the script in my package.config:
"db:seed": "./src/db/seed.ts"
When I try to run it:
bun run db:seed
this is the error I receive:
Whats weird if I try to run it manually (at the same location):
bun run "./src/db/seed.ts
It works fine. I have been googling the error & haven't found a good answer. Anyone have any ideas? I have deleted my
node_modules
to make sure that wasn't the issue. I even get the error when running the command with sudo.I'm using bun
1.1.8
& running inside a devcontainer.Beta Was this translation helpful? Give feedback.
All reactions