Integrity checksum failure while installing API Connect toolkit #apiconnect

后端 未结 9 2070
盖世英雄少女心
盖世英雄少女心 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 10:57

    Go to project dir and enter the following commands in fx powershell or cmd.

    rm ./package-lock.json
    npm cache clear --force
    npm install -g npm
    

    That worked for me.

提交回复
热议问题