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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Currently the package.json seems to specify the nove-vboxmanage dependency with a github: prefix package.json:36
This doesn't seem to conform to any of the currently supported ways of specifying a GH repo in the dependencies, and npm (1.4.21) fails to retrieve it as it attempts to clone git@github.com:github:
npm ERR! git clone git@github.com:github:davidmarkclements/node-vboxmanage Cloning into bare repository '/home/dnwe/.npm/_git-remotes/git-github-com-github-davidmarkclements-node-vboxmanage-e88d0b9c'...
npm ERR! git clone git@github.com:github:davidmarkclements/node-vboxmanage fatal: remote error:
npm ERR! git clone git@github.com:github:davidmarkclements/node-vboxmanage is not a valid repository name
npm ERR! git clone git@github.com:github:davidmarkclements/node-vboxmanage Email support@github.com for help
Currently the package.json seems to specify the nove-vboxmanage dependency with a
github:
prefix package.json:36This doesn't seem to conform to any of the currently supported ways of specifying a GH repo in the dependencies, and npm (1.4.21) fails to retrieve it as it attempts to clone
git@github.com:github:
Changing to one of the supported forms allows the install to succeed
https://docs.npmjs.com/files/package.json#git-urls-as-dependencies
https://docs.npmjs.com/files/package.json#github-urls
The text was updated successfully, but these errors were encountered: