node deployments fail because of EINTEGRITY

0

Hi there,

sometimes it happens that I get this error on deploying a node project on elastic beanstalk:

 npm ERR! code EINTEGRITY
  npm ERR! Verification failed while extracting @my-package@^1.2.0:
  npm ERR! Verification failed while extracting @my-package@^1.2.0:
  npm ERR! sha512-lQ...HA== integrity checksum failed when using sha512: wanted sha512-lQ...HA== but got sha512-nH...ow==.

It's crazy because sometimes I have the following scenario: When I deploy on my test environment it works fine, but deploying on my prod environment it fails.

I've tested the deployment on my local machine and got the same error. After searching the web I know the problem could solved by running:

npm cache verify

This worked on my local machine but how could I run this line? It even fails on fresh instances. :(

Because it's a common error too I want to mention that I don't upload package-lock.json files. Neither to the main deploying project nor to my private npm packages.

demandé il y a 5 ans410 vues
1 réponse
0

Ok, it was obvious: Just add it to preinstall script in package.json.

répondu il y a 5 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions