supermedium / moonrider

🌕🏄🏿 Surf the musical road among the stars. Side project built by two people in a few months to demonstrate WebXR.
https://moonrider.xyz
MIT License
581 stars 225 forks source link

Fix Operation Timed Out Error During npm install #180

Open sunnypranay opened 11 months ago

sunnypranay commented 11 months ago

Description:

This pull request addresses the issue reported in #179 where an "Operation timed out" error occurs when running npm install. This was due to dependencies being fetched using the git protocol, which can be unreliable in some environments.

Changes Made:

How Does This Fix the Issue?:

Testing:

Closes: #179

dmarcos commented 7 months ago

Thanks. This needs rebase.