truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Truffle console cannot go further "compile" command. #96

Closed Chococoin closed 5 years ago

Chococoin commented 5 years ago

Hi,

I'm finding some troubles to make running the react-box.

Expected behavior

Succeed compiling the contract "SimpleStorage.sol"

How to reproduce the trouble.

mkdir myTruffle-box && cd myTruffle-box npm install -g truffle truffle unbox react truffle development (... inside truffle console ...) compile

Errors

The truffle console remains to process the command "compile" with return anything.

Context

Ubuntu 18.04.2 LTS Truffle v5.0.4 (core: 5.0.4) Solidity v0.5.0 (solc-js) Node v10.15.1

Thank you for your support.