I\'m getting the following error while installing API Connect toolkit:
sha1-UhOHSxsj+deaxi0QbjKXDirzcn8= integrity checksum failed when using sha1: wa
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.