Issue
When run npm install, the error npm - Getting "Cannot read property 'pickAlgorithm' of null" error occurs;
Solution
npm cache clear --force
npm install
When run npm install, the error npm - Getting "Cannot read property 'pickAlgorithm' of null" error occurs;
npm cache clear --force
npm install