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
569 stars 218 forks source link

Npm install doesn't work #172

Closed gsp01 closed 1 year ago

gsp01 commented 1 year ago

I tried to used recommended version of node (11) but it throws an error "error while executing... git.exe ls-remote .. ngokevin/ziploader.git host key verification failed fatal: could not read from remote repository"

Newer node versions throw other errors. For the people who were able to build the project, which node versions were you using?

gsp01 commented 1 year ago

I got it to work with node 11.14.0 I had to generate ssh keys, then known_host, change git config, install specific version of webpack, etc..

fliodhais commented 4 months ago

Hi can you share those exact details so it would be easier to replicate? I'm running into not identical but similar issues and think that this might be helpful