keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Failing run-keep-dashboard.sh #15

Open lukasz-zimnoch opened 4 years ago

lukasz-zimnoch commented 4 years ago

The run-keep-dashboard.sh script fails with:

Error: ENOENT: no such file or directory, stat '/home/vagrant/local-setup/keep-ecdsa/solidity/build/contracts/contracts'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dashboard@1.2.4-rc start-js: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dashboard@1.2.4-rc start-js 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/vagrant/.npm/_logs/2020-07-23T12_07_53_900Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dashboard@1.2.4-rc start: `npm run watch-css & npm run start-js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dashboard@1.2.4-rc start 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/vagrant/.npm/_logs/2020-07-23T12_07_53_913Z-debug.log
k7k0 commented 4 years ago

facing the same error, fixed it removing the extra setup step here https://github.com/keep-network/keep-core/blob/master/solidity/dashboard/package.json#L39