medooze / media-server-demo-node

Demo application for the Medooze Media Server for Node.js
MIT License
92 stars 48 forks source link

Trying to npm install this on windows gave errors #32

Open fresheneesz opened 4 years ago

fresheneesz commented 4 years ago

Windows 10, node v12.13.1.

Here's my console from trying to run npm install on this after cloning: https://pastebin.com/LxxaGKik

JohnMarsden24 commented 4 years ago

@fresheneesz - I had the same issue so firstly I installed node-gyp (which was the module causing the issue) and all of the accompanying things for that (x code and Python), this didn't fix the issue so I did some more digging. Followed other users advice and removed my package-lock.json file and node_module folder and reran npm install to still no avail. Not until I downgraded my node version to v10.17.0, reran npm install and now it works. So maybe try it in those steps and see if you can get it working?

n84ck commented 3 years ago

I had the same issue until I downgraded my node to 10.23.0. Probably node 10 is the solution.