Unable to build react project aws Unable to build react project aws docker docker

Unable to build react project aws


I have same issue. Solved it with updating react-popper with its latest version

npm install react-popper

There's second error related to chalk. I also updated it too

npm install chalk

Hope it helps


Got it working. I had to remove the package-lock.json and deleted my node modules then installed everything again with the new package-lock.json.