Open ghost opened 3 years ago
@JeanGalt1957 Can you share what's in that debug.log file? I'm not sure based on what's here, that may have some additional details.
@ksolo I fixed this by following the steps in the official documentation https://www.trufflesuite.com/boxes/react
It seems using npx truffle unbox react
did the trick
@JeanGalt1957 Can I close this issue?
Tagging @ksolo . I am able to get most of the steps to work in ch9 but get an error on run start. Here are the steps I take:
/greeter-dapp
;truffle unbox react
; success!truffle develop
;compile
;migrate
; success!cd ~/test/client/src
;npm i
; dependencies install successfully (one warning, no errors)/client
; attemptnpm run start
; failure :( with the below:Any idea how I can fix this?