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
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Is your installation guide out of date ?
I tried to run my own node using that guide, but the installation via nix fails, so do installation via stack.
Nix error:
$ nix-build -A cardano-sl-node-static --out-link master
error: attribute 'cardano-sl-node-static' in selection path 'cardano-sl-node-static' not found
Stack error:
$ ./scripts/build/cardano-sl.sh
Going to build: cardano-sl-networking cardano-sl-binary cardano-sl-util cardano-sl-crypto cardano-sl-core cardano-sl-db cardano-sl-chain cardano-sl-infra cardano-sl cardano-sl-node cardano-sl-client cardano-sl-generator cardano-sl-auxx cardano-sl-tools cardano-sl-explorer cardano-sl-wallet
Building cardano-sl-networking
stack build --ghc-options=" -Wwarn" --test --no-haddock-deps --bench --jobs=1 --no-run-tests --no-run-benchmarks --dependencies-only cardano-sl-networking
Could not parse '/home/cardano/cardano-sl/stack.yaml':
Aeson exception:
Error in $.packages[33]: failed to parse field 'packages': expected Text, encountered Object
See http://docs.haskellstack.org/en/stable/yaml_configuration/
Where can I find the correct installation guide?
The text was updated successfully, but these errors were encountered:
I'm having the same issue on Ubuntu 18.10 . I tried to apply some fix suggestions from relevant tickets (such as #2212) but with no luck. Can we get some assistance with that, please?
Is your installation guide out of date ?
I tried to run my own node using that guide, but the installation via nix fails, so do installation via stack.
Nix error:
Stack error:
Where can I find the correct installation guide?
The text was updated successfully, but these errors were encountered: