iamtrask / Sonar

DEPRECATED - Decentralized Machine Learning Server (hosted on Blockchain)
Apache License 2.0
141 stars 49 forks source link

Includes ethereumjs-testrpc in dev dependencies #15

Closed carrollgt91 closed 6 years ago

carrollgt91 commented 6 years ago

For some reason, the global install was failing to actually put the required executable in the node_modules/.bin directory. This fixes that issue by adding the package to Sonar's devDependenices instead. Also, this will allow us to version control the version of testrpc we use in that image, leading to more stable builds.

carrollgt91 commented 6 years ago

Whoops, this has more consequences than I thought. Closing for now.