michaltakac / mathworldvr

Math world in WebVR, powered by A-frame.
https://mathworldvr.com/
MIT License
85 stars 22 forks source link

Dependencies not installing #22

Open Youssef140 opened 1 year ago

Youssef140 commented 1 year ago

The specific version of the "aframe" and "aframe-physics-system" packages are not being installed with npm install due to a dependency on another package called "cannon.js". I tried many solutions online regarding the attached error but none worked. I tried changing the versions of these packages such as aframe@1.4.1 and aframe-physics-system@4.0.2 after which the packages were installed, but the result was a constant black screen when running the app. The project seems to depend solely on the aframe@0.8.2 and aframe-physics-system@3.1.2, so any suggestions on how to get them to install?