Integrity checksum failure while installing API Connect toolkit #apiconnect

后端 未结 9 2068
盖世英雄少女心
盖世英雄少女心 2020-12-09 10:22

I\'m getting the following error while installing API Connect toolkit:

sha1-UhOHSxsj+deaxi0QbjKXDirzcn8= integrity checksum failed when using sha1: wa

9条回答
  •  粉色の甜心
    2020-12-09 11:18

    There are multiple solutions to this problem. I've encountered it many times and always different things helped me.

    A. At first try cleaning the cache: npm cache clean --force then npm install

    B. Second you can try npm install --update-binary

    C. Third option is to try A and delete node_modules folder and then npm install

    D. Fourth option is to uninstall nodejs reboot and reinstall and then try npm install

    E. Last of my options which worked for me was to delete npm and npm-cache folders in Users%username%\AppData\Roaming and running npm install

    You can try also other combinations usually its best to always do A and clean the cache at least or delete the node_modules folder.

提交回复
热议问题