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.

posta 5 anni fa410 visualizzazioni
1 Risposta
0

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

con risposta 5 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande