and I can't install the tcr. Here's what happens
$ npm installsol-tcr@0.0.1 install /home/sebi/bc/tcrtruffle installError: Invalid JSON RPC response: "" at Object.InvalidResponse (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/web3/lib/web3/errors.js:38:1) at XMLHttpRequest.request.onreadystatechange (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/web3/lib/web3/httpprovider.js:125:1) at XMLHttpRequestEventTarget.dispatchEvent (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:64:1) at XMLHttpRequest._setReadyState (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:354:1) at XMLHttpRequest._onHttpRequestError (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:544:1) at ClientRequest.<anonymous> (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:414:1) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7) at TLSSocket.socketErrorListener (_http_client.js:387:9) at emitOne (events.js:116:13)npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! sol-tcr@0.0.1 install:truffle installnpm ERR! Exit status 1npm ERR!npm ERR! Failed at the sol-tcr@0.0.1 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! /home/sebi/.npm/_logs/2018-08-13T19_03_53_085Z-debug.log
Hi, I'm using: node v8.11.3 npm v5.6.0 web3 v1.0.0-beta.35
and I can't install the tcr. Here's what happens
$ npm install
sol-tcr@0.0.1 install /home/sebi/bc/tcr
truffle install
Error: Invalid JSON RPC response: "" at Object.InvalidResponse (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/web3/lib/web3/errors.js:38:1) at XMLHttpRequest.request.onreadystatechange (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/web3/lib/web3/httpprovider.js:125:1) at XMLHttpRequestEventTarget.dispatchEvent (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:64:1) at XMLHttpRequest._setReadyState (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:354:1) at XMLHttpRequest._onHttpRequestError (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:544:1) at ClientRequest.<anonymous> (/home/sebi/bc/tcr/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:414:1) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7) at TLSSocket.socketErrorListener (_http_client.js:387:9) at emitOne (events.js:116:13)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sol-tcr@0.0.1 install:
truffle install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sol-tcr@0.0.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/sebi/.npm/_logs/2018-08-13T19_03_53_085Z-debug.log
Any ideas on what the problem might be?
Thanks!