Node.js

[Node.js] Node.js 재설치 시 npm 명령어 오류

바야 2022. 7. 25. 19:36

문제 발생

Node.js 재설치를 했더니 npm 명령어가 먹히지 않았다.

 

재설치 과정에서 실수가 있었나 싶어서 다시 Node.js를 삭제하고 설치하여도 증상은 같았다.

 

이런 저런 구글링을 따라해보아도 npm 명령어 자체가 먹히지 않으니 소용없었다.

 

TypeError: Class extends value undefined is not a constructor or null

 

해결 방법

방법은 간단했다.

 

1. C:\Program Files\nodejs 폴더 삭제

2. Node.js 재설치