skip to Main Content

How to fix the docker setup issue

I'm developing a site with MERN stack and I want to do all the things with Docker. But I have trouble with connecting to MongoDB with Docker. Here's my docker-compose.yml file. version: "3.7" services: backend: build: context: ./node_backend dockerfile: Dockerfile.dev…

VIEW QUESTION

AWS amplify full stack demo build error at geo/lib-esm/util.js:

was playing around going through this AWS amplify tutorial (auth,S3, graphql setup) https://aws.amazon.com/getting-started/hands-on/build-react-app-amplify-graphql/module-five/?e=gs2020&p=build-a-react-app-four all working locally but fails CI (and local npm run build) due to the following error... any ideas boys and girls? node_modules/@aws-amplify/geo/lib-esm/util.js: symbol.charCodeAt is not a function…

VIEW QUESTION
Back To Top
Search