Recently, npm install has been reminding github login

projects generated by webpack4 can be directly npm install before,

Open this project today and re-npm install the total pop-up prompt

githubnpm installwindow

C:UsersAdministratorDesktopTms>npm install
npm ERR! Error while executing:
npm ERR! C:Program FilesGitcmdgit.EXE ls-remote -h -t ssh://git@github.com/w
ebpack-contrib/html-webpack-plugin.git
npm ERR!
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersAdministratorAppDataRoamingnpm-cache_logs2018-04-13T0
7_32_28_727Z-debug.log

which dependent package requires github ssh permission to download?

Mar.03,2021

clipboard.png

this.

and isn't the error message obvious?

npm ERR! C:Program FilesGitcmdgit.EXE ls-remote -h -t ssh://git@github.com/w
ebpack-contrib/html-webpack-plugin.git
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
Menu