#✅ - Amplify doesn't generate package-lock.json

1 messages · Page 1 of 1 (latest)

pure linden
#

Amplify doesn't generate package-lock.json

turbid socket
#

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.json file: 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.

cunning questBOT
#

🤕 Something went wrong

#

🤕 Something went wrong

cunning questBOT
#

🤕 Something went wrong

#

✅ - Amplify doesn't generate package-lock.json