Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

node-vboxmanage dependency cannot be resolved by npm install #5

Open
dnwe opened this issue Apr 19, 2016 · 1 comment · May be fixed by #9
Open

node-vboxmanage dependency cannot be resolved by npm install #5

dnwe opened this issue Apr 19, 2016 · 1 comment · May be fixed by #9

Comments

@dnwe
Copy link

dnwe commented Apr 19, 2016

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

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

@davidmarkclements
Copy link
Contributor

What about npm2 or npm3? Either way i'll accept a pr

@tootedom tootedom linked a pull request Sep 15, 2016 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants