dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

when i intall react-pdf-table it ask host key verification #5

Closed MeginMelkias closed 4 years ago

MeginMelkias commented 4 years ago

npm ERR! Host key verification failed. npm ERR! fatal: Could not read from remote repository.

MeginMelkias commented 4 years ago

I working in windows OS

dmk99 commented 4 years ago

Can you please tell me what command you are running that causes this error?

MeginMelkias commented 4 years ago

Actually, I am new to React and NodeJs. The problem is I try npm install @david.kucsai/react-pdf-table in Windows PowerShell is thrown an error. Then I remove @ in comment then it threw a host key verification error. After I change the commend as npm install "@david.kucsai/react-pdf-table" .Now the installation is working fine.

Thanks, @dmk99