-
Notifications
You must be signed in to change notification settings - Fork 137
Cannot install using package managers #199
Comments
I managed to temporarily "fix" this by referring to latest (unversioned) commit. Just add in package.json: and it seems to install properly after that. |
npm install aframe-physics-system and yarn add afram-physics-system both fail。 can not use "aframe-physics-system": "git://github.com/n5ro/aframe-physics-system.git#59100ac83033cf337d26925de1f92854c2988b75" to install. |
Same mistake as mpac965 |
does it work if you delete the package-lock.json first? |
Hello, |
I have the same problem, is there a solution for now? |
Hi, everyone! This worked with me: add in package.json the following code |
npm install aframe-physics-system
andyarn add afram-physics-system
both failThe command that's failing is
git ls-remote
, and when running it on the repo in question, I get the following:I can't seem to find this repository on GitHub either.
The text was updated successfully, but these errors were encountered: