Solve Cannot read properties of null (reading ‘pickAlgorithm’)
Problem introduction When importing the Vue project and using ‘ npm i ‘ to install node_moduels, the terminal error is as follows: Specifically this sentence: Cannot read properties of null (reading ‘pickAlgorithm’) Solution: Type in the terminal: npm cache clear –force npm cache clear –force Rerun the npm i command You can see on the […]
Solve Cannot read properties of null (reading ‘pickAlgorithm’) Read More »