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:
- clean directory:
/greeter-dapp; truffle unbox react; success!
truffle develop; compile; migrate; success!
- open other terminal;
cd ~/test/client/src; npm i; dependencies install successfully (one warning, no errors)
- cd up to
/client; attempt npm run start; failure :( with the below:

Any idea how I can fix this?