Integrity checksum failure while installing API Connect toolkit #apiconnect

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

    I was also getting the same problem but solved by

    (1st get older version of npm 4.x.x)

    npm install -g npm@4.6.1
    

    next optional in your case if you are building something and in your project package.lock.json is present delete package.lock.json (it means node version 5 is was installed hance some installers (like while deploying app on Heroku app) automatically detect this file and upgrade to version 5)

    Now Try npm install it should work

    Thank you

提交回复
热议问题