npm does not support Node.js
You should probably upgrade to a newer version of node as we
can't make any promises that npm will work with this version.
Supported releases of Node.js are the latest release of 4,6,7,8
You can find the latest version at https//nodejs.org/
npmERR! cb.apply is not a function
해결방법
순서대로 진행하시면됩니다
1) C:\Users\minkyu\AppData\Roaming 디렉토리 안에 npm, npm-cahe 디렉토리 삭제
2) npm cache clean --force로 캐시 삭제
참고자료
'프로그래밍 > nuxt.js,node.js' 카테고리의 다른 글
node.js 설치 (0) | 2021.07.12 |
---|---|
nuxt.js 시작 참고 사이트 (0) | 2021.05.27 |
노드 api 서버 npm install 시 발생하는 에러 (0) | 2021.04.22 |
[초간단] nuxt.js 설치 및 개발 환경-오류해결 (0) | 2021.04.22 |
vu.js 설치 후 오류 const wslToWindowsPath = async path (0) | 2021.04.21 |