You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install this node-module by running npm install node-recurly, but I keep getting this error saying:
//
Permission denied (publickey).
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.
This has never happened to me before, and it doesn't make any sense, please help me.
The text was updated successfully, but these errors were encountered:
It seems that npm installing is not working anymore. The only way I found is to git clone the repo into my node_modules directory, then do a npm install into the node-recurly module, because dependencies are not commited.
I'm trying to install this node-module by running npm install node-recurly, but I keep getting this error saying:
//
Permission denied (publickey).
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.
This has never happened to me before, and it doesn't make any sense, please help me.
The text was updated successfully, but these errors were encountered: