Automatically delete when installing dependent packages

An error was reported when installing the package

Cannot read properties of null (reading 'pickAlgorithm')

Solution: Clear the cache first

npm cache clear --force

After reinstalling the package

npm i

Guess you like

Origin blog.csdn.net/xiaokangna/article/details/123221577