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

relaydock | truffle: command not found #162

Closed
nervehammer opened this issue Jul 8, 2019 · 1 comment · Fixed by #164
Closed

relaydock | truffle: command not found #162

nervehammer opened this issue Jul 8, 2019 · 1 comment · Fixed by #164

Comments

@nervehammer
Copy link
Contributor

steps to reproduce:

  1. Clone repo, cd tabookey-gasless and yarn
  2. ./dock/run.sh to build the relaydock docker image.
  3. ./dock/run.sh yarn to install dependency.
  4. ./dock/run.sh ./restart-relay.sh

logs below:

echo "Using GOPATH=/home/nervehammer/Desktop/push/tabookey-gasless/server:/home/nervehammer/Desktop/push/tabookey-gasless/server/../build/server"
Using GOPATH=/home/nervehammer/Desktop/push/tabookey-gasless/server:/home/nervehammer/Desktop/push/tabookey-gasless/server/../build/server
mkdir -p /home/nervehammer/Desktop/push/tabookey-gasless/server/../build/server/bin
go build -o /home/nervehammer/Desktop/push/tabookey-gasless/server/../build/server/bin/RelayHttpServer src/RelayHttpServer.go src/utils.go
strip /home/nervehammer/Desktop/push/tabookey-gasless/server/../build/server/bin/RelayHttpServer
make: Leaving directory '/home/nervehammer/Desktop/push/tabookey-gasless/server'
./restart-relay.sh: line 56: truffle: command not found
onexit
./restart-relay.sh: line 15:  1251 Terminated              sh -c "$GANACHE -d |grep ganache-core"

@drortirosh
Copy link
Member

indeed.... restartrelay.sh should be modified to use npx truffle

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.

2 participants