PaulP
Convex Community12mo ago
57 replies
Paul

Can't build source using a mac

mac 15.2
node 18.10
npm: 8.19.2
latest rust
latest pnpm

instructions:
1) git clone https://github.com/get-convex/convex-backend
2) npm clean-install --prefix scripts
3) run cargo run -p local_backend --bin convex-local-backend


Getting:

error: failed to run custom build command for `isolate v0.1.0 (/Users/paul/development/src/github/convex-backend/crates/isolate)`

Caused by:
  process didn't exit successfully: `/Users/paul/development/src/github/convex-backend/target/debug/build/isolate-d9f57c602cb54e55/build-script-build` (exit status: 1)


Similar to: https://github.com/get-convex/convex-backend/issues/7 but that is windows machine.
GitHub
Hi, I am trying out convex; However, the justfile etc seem to heavily favor a unix environment. This project does provide Windows releases, so I was hoping to perform the same release build. I trie...
Please consider build instructions for Windows · Issue #7 · get-con...
Was this page helpful?