npm install 설치 시

'npm ERR! Cannot read properties of null (reading 'pickAlgorithm')' 에러 발생

 

터미널에 아래와 같이 입력하고 다시 npm install 입력하면 정상 설치

npm cache clear --force

 

 

+ Recent posts