I downloaded build tools resources from downloading node externally which got me the latest python and stuff as it was recommended way in GitHub of windows built tool but then tried to download the latest fdk using the command.
I think I’m having similar issues when installing it through YARN:
error https://cdn.freshdev.io/fdk/latest.tgz: Integrity check failed for "fdk" (computed integrity doesn't match our records, got "sha512-Q7cKHAbS1CmCzY7JCD2zfHMx2dg6CKKyeHPaisEsPfVl5mHHrM0+hZRTMnhsJ3nNbTUUyOxpo1+9lDsD1QNeeQ== sha1-XoMGR11ATnLMamdiYf2gG8+oYrk=") info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command
Yes, @kaustavdm , I explained the issue in detail to Rohit and we discussed possible solutions. The Windows OpenSSL and Powershell upgrade to the latest LTS version will resolve this issue.
Hey @Thakur_Ganeshsingh@kaustavdm Hope your doing great! I have fulfilled all the requirements provided by you, here is the list of all the versions of all the packages we have talked about but still the issue still persists.
Please have a look and let me know if you need any more things to diagnose the issue.
Appreciate it, I am assuming your behind the corporate firewall while doing the install. Could please try updating the npm config and reinstalling the FDK using this command
npm config set strict-ssl false
# followed by npm install https://...