Relative Content

Tag Archive for reactjsnpm

erorr in npm install give me this ERR! code EINTEGRITY

npm ERR! code EINTEGRITY npm ERR! sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1odfIXVuTqLRUjw== integrity checksum failed when using sha512: wanted sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1odfIXVuTqLRUjw== but got sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==. (19063 bytes) How should I solve this error? I tried to download a React app from GitHub. When I run npm i and npm start, it works fine. However, when I download my own repository and run […]