We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
truffle develop
compile
migrate
cd ~/test/client/src
npm i
/client
npm run start
Any idea how I can fix this?
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
@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
npx truffle unbox react
@JeanGalt1957 Can I close this issue?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: