all files ok but when I try to Deployment on AWS, it fails, and fails...is there any reason? When seeing locally all was ok. Thanks
@cherobeam11812 жыл бұрын
at 04:42 in your video aws says to me the framework is WEB and not React!!! What i have done wrong??? Please help!!!
@balt17942 жыл бұрын
Make sure you did npm install when cloning the repo and/or that you have put the code correctly on Github. Usually that error comes up when AWS can't detect what kind of app you're trying to deploy.
@cherobeam11812 жыл бұрын
In which folder on Visual Studio code for the minting dapp i have to change something???
@balt1794 Жыл бұрын
See the video it’s a couple of files to change
@grant-nagy2 жыл бұрын
I encountered build failure due to having yarn.lock and package-lock.json files in my folder. After deleting those it built just fine. Great tutorial