n5ro / aframe-physics-system

Physics system for A-Frame VR, built on CANNON.js.
https://n5ro.github.io/aframe-physics-system/
MIT License
505 stars 136 forks source link

Current NPM verison can no longer be installed, but the fix is in master. Please cut a release #202

Open wmurphyrd opened 2 years ago

wmurphyrd commented 2 years ago

Trying to install this package, or any package that depends on it, via npm is now failling with the following error:

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/donmccurdy/cannon.js.git
npm ERR! 
npm ERR! ERROR: Repository not found.

I can see in master here that the cannon dependency has been updated and is no longer pointing to Don's github.

Could you please publish an npm release to fix this?

KeimpeRauwerda commented 2 years ago

I am experiencing the same issue. I really need the package as I was converting to using webpack in my project and no matter what version I try to install it doesn't work.

wmurphyrd commented 2 years ago

I am experiencing the same issue. I really need the package as I was converting to using webpack in my project and no matter what version I try to install it doesn't work.

@KeimpeRauwerda try npm install github:n5ro/aframe-physics-system to use the latest version from github as a workaround until the next npm release

KeimpeRauwerda commented 2 years ago

@wmurphyrd Thanks for the workaround, let's hope they fix this soon. For now this actually works perfectly fine.

julianfrank commented 2 years ago

npm install github:n5ro/aframe-physics-system

This works for me , thanks