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 tried cargo build -p local_backend --bin convex-local-backend
I get the following error;
error: failed to run custom build command for `isolate v0.1.0 (D:\box\rust\convex-backend\crates\isolate)`
Caused by:
process didn't exit successfully: `D:\box\rust\convex-backend\target\debug\build\isolate-79d8b7682c466825\build-script-build` (exit code: 1)
...
--- stderr
The system cannot find the path specified.
Error: Failed to 'rush install'
Now that is debug, release same issue, Also the npm-packages is not installing on Windows either, performing rush install in npm-packages. Thanks for considering and any help.
Hi, I am trying out
convex; However, thejustfileetc seem to heavily favor a unix environment. This project does provide Windows releases, so I was hoping to perform the same release build.I tried
cargo build -p local_backend --bin convex-local-backendI get the following error;
Now that is debug, release same issue, Also the npm-packages is not installing on Windows either, performing
rush installinnpm-packages. Thanks for considering and any help.