Results 11 comments of parweb
trafficstars

I run `git clone --recurse-submodules https://github.com/lunatic-lang/lunatic/` `cargo build --release` but got this error ``` error[E0425]: cannot find function `available_concurrency` in module `thread` --> src/lib.rs:35:24 | 35 | let cpus =...

For other newcomers `rustup update` `cargo build --release` then `path/to/lunatic/repo/lunatic/target/release/lunatic-vm target/wasm32-wasi/release/test_lunatic.wasm`

I succeed by changing the version of levelup ``` "dependencies": { "google-oauth-jwt-stream": "^1.0.4", "levelup": "^0.19.0", "sheet-down": "^1.1.3" } ```

same for me version [email protected] I use a monorepo structure where .git is in the root error /app/packages/back-end/node_modules/ruls: Command failed. Exit code: 1 Command: husky install Arguments: Directory: /app/packages/back-end/node_modules/ruls