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
'제니의 개발일지 > 도움이 되었던 것 정리' 카테고리의 다른 글
info There appears to be trouble with your network connection. Retrying... 오류 해결방법 (0) | 2022.08.03 |
---|---|
Module not found: Error: Can't resolve '@mui/icons-material' (0) | 2022.08.03 |
node:internal/modules/cjs/loader:936 throw err; ^ 오류 해결방법 (0) | 2022.07.20 |
$(document).ready(function(){}) 이 뭘까? (0) | 2022.07.12 |
AttributeError: 'str' object has no attribute 'decode' 오류 해결방법 (0) | 2022.07.12 |