dcrebbin / meta-vision-api

Hacky Meta Glasses API with GPT4 Vision Integration
304 stars 23 forks source link

Code 127 bun command not found #2

Closed sam1am closed 10 months ago

sam1am commented 10 months ago

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.

sam1am commented 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.

Jarred-Sumner commented 10 months ago

Are you sure that bun is in $PATH?

dcrebbin commented 10 months ago

Appears to be an install with your bun install like Jarred said

@sam1am any progress on this?