I am trying to use npm package that has a max verison of 18.0 and my EB instance is on 18.2. I want to update the npm install command to add the -- legacy peer deps flag. Any suggestions?
You can create a file .npmrc with config
legacy-peer-deps=true