You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Found argument '--debug' which wasn't expected, or isn't valid in this context
If you tried to supply `--debug` as a value rather than a flag, use `-- --debug`
USAGE:
cargo build [OPTIONS]
For more information try --help
(node:1883) UnhandledPromiseRejectionWarning: Error: Command failed: CARGO_TARGET_DIR=./build cargo +nightly build --debug --lib --target wasm32-unknown-unknown -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort
at checkExecSyncError (child_process.js:790:11)
at execSync (child_process.js:863:15)
at build_all (/mnt/c/Users/kevin/Desktop/dev/perspective/rust/perspective-viewer/build.js:131:5)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
Bug Report
Steps to Reproduce:
Expected Result:
successfully build with debug
Actual Result:
Environment:
WSL2 Ubuntu
cargo --version
=cargo 1.59.0 (49d8809dc 2022-02-10)
The text was updated successfully, but these errors were encountered: