Skip to content

Can't start UI #27

@feldim2425

Description

@feldim2425

Following the README leads to a npm error before the UI can start.

> @syn/dev@0.0.0 start /home/feldi/Downloads/syn
> cross-env HC_PORT=$(port) concurrently -k "npm run dev:libs" "npm run start:happ" "npm run dev -w syntext"

[1] 
[1] > @syn/dev@0.0.0 start:happ /home/feldi/Downloads/syn
[1] > npm run build:happ && hc s generate -r=$HC_PORT dna/workdir/happ/syn.happ -a syn network --bootstrap https://bootstrap-staging.holo.host/ quic
[1] 
[0] 
[0] > @syn/dev@0.0.0 dev:libs /home/feldi/Downloads/syn
[0] > concurrently -k "npm run build:watch -w @syn/zome-client" "npm run build:watch -w @syn/store" "npm run build:watch -w @syn/elements"
[0] 
[2] npm ERR! missing script: dev
[2] 
[2] npm ERR! A complete log of this run can be found in:
[2] npm ERR!     /home/feldi/.npm/_logs/2021-09-08T09_55_09_009Z-debug.log
[2] npm run dev -w syntext exited with code 1
--> Sending SIGTERM to other processes..
[0] npm run dev:libs exited with code SIGTERM
--> Sending SIGTERM to other processes..
[1] npm run start:happ exited with code SIGTERM
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @syn/dev@0.0.0 start: `cross-env HC_PORT=$(port) concurrently -k "npm run dev:libs" "npm run start:happ" "npm run dev -w syntext"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @syn/dev@0.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

I'm using nix-shell 2.3.15.
For installation I followed the holochain developer guide: https://developer.holochain.org/install/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions