Error when setting up development environment [node-cardano-wallet]
See original GitHub issueI get the following error when running yarn install
[11/18] ⠐ node-cardano-wallet
error /Users/victorabeledo/development/yoroi-mobile/node_modules/node-cardano-wallet: Command failed.
Exit code: 1
Command: neon build -r
Arguments:
Directory: /Users/victorabeledo/development/yoroi-mobile/node_modules/node-cardano-wallet
Output:
neon info forcing rebuild for new build settings
neon info running cargo
Updating git repository `https://github.com/input-output-hk/js-cardano-wasm.git`
Updating crates.io index
Compiling version_check v0.1.5
Compiling libc v0.2.43
Compiling cfg-if v0.1.6
Compiling ucd-util v0.1.1
Compiling regex v0.2.11
Compiling utf8-ranges v1.0.1
Compiling proc-macro2 v0.4.20
Compiling gcc v0.3.55
Compiling unicode-xid v0.1.0
Compiling neon-build v0.2.0
Compiling serde v1.0.80
Compiling ryu v0.2.6
Compiling itoa v0.4.3
Compiling semver-parser v0.7.0
Compiling cbor_event v2.1.3
Compiling cryptoxide v0.1.0
Compiling cslice v0.2.0
Compiling regex-syntax v0.5.6
Compiling memchr v2.1.0
Compiling lazy_static v1.1.0
Compiling neon v0.2.0
Compiling node-cardano-wallet v0.0.1 (/Users/victorabeledo/development/yoroi-mobile/node_modules/node-cardano-wallet/native)
Compiling chain-core v0.1.0 (https://github.com/input-output-hk/js-cardano-wasm.git#ca28b08c)
Compiling semver v0.9.0
Compiling quote v0.6.8
Compiling aho-corasick v0.6.8
Compiling thread_local v0.3.6
Compiling syn v0.15.13
Compiling neon-runtime v0.2.0
Compiling serde_json v1.0.32
Compiling serde_derive v1.0.80
The following warnings were emitted during compilation:
warning: ar: build/Release/obj.target/neon/src/neon.o: No such file or directory
error: failed to run custom build command for `neon-runtime v0.2.0`
Caused by:
process didn't exit successfully: `/Users/victorabeledo/development/yoroi-mobile/node_modules/node-cardano-wallet/native/target/release/build/neon-runtime-34a3232e3e2bf473/build-script-build` (exit code: 101)
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Installing cardano-node and cardano-cli from source
This guide shows how to build and install the cardano-node and cardano-cli from the source-code for all major Operating Systems.
Read more >Cardano-Wallet problem : r/CardanoDevelopers - Reddit
When I check logs I see : ERROR: Named volume "node--db:/data:rw" is used in service "cardano-node" but no declaration was found in the...
Read more >Cardano Node Development using cardanocli-js ... - YouTube
No need to setup a Virtual Machine or a Sub-System for Linux on your Windows 10 machine. All you need to run is...
Read more >Generate & Fund Cardano Wallet with CLI - YouTube
SUBSCRIBE and LIKE for more FREE tutorials. COMMENT your tutorial requests. FULL eDegrees available with: Yearly Unlimited Membership ...
Read more >How do you install cardano-wallet on an Ubuntu server and ...
You should be able to run cardano-wallet -h from the CLI and get a help prompt. Once that works, make sure CARDANO_NODE_SOCKET_PATH environment ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try on
1.41.0
which is the version I’m using:rustup default 1.41.0
and don’t forget to install all the targets as described in the README.You can try by removing sentry from the project. In Xcode -> Build Phases, remove the
Upload Debug Symbols to Sentry
.