bridge_ui: typos, add NPM version info, nix: bump nodejs

Change-Id: If92732a7e2a091125e8a64ccf9e65ad4f4af8de2
This commit is contained in:
Stan Drozd 2021-09-10 13:43:36 +02:00 committed by Evan Gray
parent 8e251f4acc
commit d6640e2b3d
2 changed files with 4 additions and 3 deletions

View File

@ -4,12 +4,13 @@
- Docker
- NodeJS v14+
- NPM v7.18+
Run the following from the root of this repo
```bash
DOCKER_BUILDKIT=1 docker build -- --target node-export -f Dockerfile.proto -o type=local,dest=. .
DOCKER_BUILDKIT=1 docker build -- -f Dockerfile.wasm -o type=local,dest=.. .
DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. .
DOCKER_BUILDKIT=1 docker build -f solana/Dockerfile.wasm -o type=local,dest=. solana
npm ci --prefix ethereum
npm ci --prefix sdk/js
npm run build --prefix sdk/js

View File

@ -29,7 +29,7 @@ pkgs.mkShell {
hidapi
libudev
niv
nodejs
nodejs-16_x
openssl
pkgconfig
protobuf