제니의 개발일지/도움이 되었던 것 정리
error create@0.0.2: The engine "node" is incompatible with this module 오류 해결방법
제니운
2022. 7. 29. 10:32
728x90
error create@0.0.2: The engine "node" is incompatible with this module.
Expected version ">= 0.4.0 && < 0.7.0". Got "16.16.0"
이렇게 오류가 나올 경우, node의 버전이 올라가서 그렇다고 한다.
nvm으로 node를 설치한 window의 경우 nvm 으로 최신 node를 설치해주면 된다.
1️⃣ 최신 노드 설치
nvm install latest |
vs 코드터미널에 작성하면 된다.
그리고 vs코드 끄고 다시 시작하면 정상작동 된다.
728x90