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

Issue building perspective with debug on #1765

Closed
kevinhinterlong opened this issue Mar 14, 2022 · 0 comments · Fixed by #1766
Closed

Issue building perspective with debug on #1765

kevinhinterlong opened this issue Mar 14, 2022 · 0 comments · Fixed by #1766

Comments

@kevinhinterlong
Copy link
Contributor

Bug Report

Steps to Reproduce:

  1. PSP_DEBUG=true yarn build

Expected Result:

successfully build with debug

Actual Result:

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)

Environment:

WSL2 Ubuntu
cargo --version = cargo 1.59.0 (49d8809dc 2022-02-10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant