I have this package in my package.json
: "uWebSockets.js": "github:uNetworking/uWebSockets.js#v18.9.0",
when trying to install this package within docker with npm i
-> works
but with npm ci
i get: npm ERR! Host key verification failed
First of all, would like to know what is the difference.
second, if I can get help on how to do CI within the docker file.
Thanks!!