Closed sam1am closed 10 months ago
I believe the error is from the line:
import { readFile, writeFile } from "fs/promises";
What is this dependency? Thats what im missing.
Are you sure that bun
is in $PATH
?
Appears to be an install with your bun install like Jarred said
@sam1am any progress on this?
sam@smol:/mnt/c/Users/gthin/Documents/Github/meta-vision-api$ bun run dev $ bun run ./src/index.ts /usr/bin/bash: line 1: bun: command not found error: script "dev" exited with code 127
bun is installed and appears to be working. Bun install worked, but on run i see this error.