• 카테고리

    질문 & 답변
  • 세부 분야

    블록체인

  • 해결 여부

    미해결

혹시 npm install 이 에러 알수 있을까요?

21.02.10 22:13 작성 조회수 6.02k

0

npm ERR! code 128

npm ERR! git dep preparation failed

npm ERR! command C:\Program Files\nodejs\node.exe C:\Users\user\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js install --force --cache=C:\Users\user\AppData\Local\npm-cache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit

npm ERR! npm WARN using --force Recommended protections disabled.

npm ERR! npm ERR! code 128

npm ERR! npm ERR! command failed

npm ERR! npm ERR! command git ls-remote ssh://git@github.com/gulpjs/gulp.git

npm ERR! npm ERR! Host key verification failed.

npm ERR! npm ERR! fatal: Could not read from remote repository.

npm ERR! npm ERR!

npm ERR! npm ERR! Please make sure you have the correct access rights

npm ERR! npm ERR! and the repository exists.

npm ERR!

npm ERR! npm ERR! A complete log of this run can be found in:

npm ERR! npm ERR!     C:\Users\user\AppData\Local\npm-cache\_logs\2021-02-10T13_09_43_743Z-debug.log

npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\user\AppData\Local\npm-cache\_logs\2021-02-10T13_09_49_373Z-debug.log

답변 2

·

답변을 작성해보세요.

0

알파카님의 프로필

알파카

2021.04.07

위와 같이 했는데도 계속

npm WARN npm npm does not support Node.js v15.11.0

npm WARN npm You should probably upgrade to a newer version of node as we

npm WARN npm can't make any promises that npm will work with this version.

npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.

npm WARN npm You can find the latest version at https://nodejs.org/

npm ERR! cb.apply is not a function

npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\Genie\AppData\Roaming\npm-cache\_logs\2021-04-07T06_17_34_969Z-debug.log

이런 오류가 나네요..

구글 검색해서 해봐도 해결이 안 돼요

0

머지님의 프로필

머지

2021.03.15

npm cache clean --force

하고

npm install -g npm@6.4.1 

6.4.1버전으로 바꾼다음에

npm install

해보세요 님이랑 똑같은 문제였는데 저는 된듯?

Len님의 프로필

Len

2021.06.07

이거 따라했다가 엄청 고생했습니다...  새로운 node  버전에 npm버전이 안 맞아서 사용이 안되네요