Cloud9 IDE can't find aws-amplify module, as per initial steps in the tutorial/walkthrough

18 Views Asked by At

I followed the official tutorial and I did the npm install aws-amplify step, seemingly successfully. When I then edit the src/main.tsx as indicated, a number of errors pop up. I could resolve a few of them (changing compiler settings in the tsconfig.json, for example), but it's not clear why it can't find the aws-amplify module (it's there).

  • I tried npm audit fix --force, as suggested in another thread on here.
  • I have removed node_modules and reinstalled.
  • I have removed the entire project and started over.

This should be reproducible by following the above tutorial with a fresh Cloud9 instance.

It's extremely frustrating that simply following the steps in an official tutorial results in so many problems.

enter image description here

I tried asking this last night, in a much more verbose way, that seemingly won't get a response. So, I need to close that out, I'll have to look into the best way to do that, since I don't want to mark it as answered when it hasn't been.

0

There are 0 best solutions below