Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bun lifecycle scripts can fail if bun and node are not in path. #9572

Open
paperdave opened this issue Mar 22, 2024 · 0 comments
Open

bun lifecycle scripts can fail if bun and node are not in path. #9572

paperdave opened this issue Mar 22, 2024 · 0 comments
Labels
bug Something isn't working cli Something to do with CLI arguments

Comments

@paperdave
Copy link
Collaborator

Extract from #43 (comment)

latest canary win11:

without node.exe binary in path:

./bun.exe x @ulixee/cloud start
 ⚙️  better-sqlite3 [1/1] error: bun is not installed

Please run the following command, or double check %PATH%

    powershell -c "irm bun.sh/install.ps1|iex"

"node" non � riconosciuto come comando interno o esterno,
 un programma eseguibile o un file batch.

error: install script from "better-sqlite3" exited with 1

I dont think this is a windows specific issue. I dont think this is install related either, any place we can run a bin and bun is somehow not in path this will happen...

@paperdave paperdave added bug Something isn't working cli Something to do with CLI arguments labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Something to do with CLI arguments
Projects
None yet
Development

No branches or pull requests

1 participant