#✅ - Amplify doesn't generate package-lock.json
1 messages · Page 1 of 1 (latest)
Hi @pure linden 👋 , apologies for the delayed response here. Are you still running into this issue? If yes, can you try the following steps locally in your app directory:
- Delete the node modules:
rm -rf node_modules - Remove the
package-lock.jsonfile:rm package-lock.json - Install the dependencies:
npm install - Build your app locally:
npm run build
If the application builds successfully, commit the changes to your git repository and it should trigger a new Amplify deployment.