Issues deploying my front end app

hi there, This app was working fine but suddenly after updating it, I’m not able to deploy
this is the error that I’m getting:

  • semver is installed
  • Used npm shrinkwrap but seems like that didn’t work either
  • also removed both package.json and node modules and ran npm install

Cheers :slight_smile:

Hi,

I’ve replied to the ticket you also opened, I’ll repeat the response here:

The error here is:

npm ERR! Object for dependency “semver” is empty.

This is likely due to the automative dependency installation on Static Sites conflicting with the node_modules folder you have committed into your repo.

Maybe try, skipping the auto-install to see if that gets a successful deploy.

Alan

worked perfectly after I made the changes

thank you so much :slight_smile:

Juan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.