vmolsa / webrtc-native

WebRTC for NodeJS
MIT License
169 stars 96 forks source link

npm install hangs when downloading module (osx) #31

Closed Figedi closed 8 years ago

Figedi commented 8 years ago

Very Strange issue:

I used this library successfully for the past months (1.2.2) and decided to update to the latest changes. I always prefer a clean install for all node modules, so i did a fresh install. My setup is as follows:

I'm using nvm for node versioning. When running npm install it downloads the binary like always, but it gets stuck at Done! :), thus also preventing install of other modules.

I also did a fresh clone of the project and tried to install it there, but same output. Loglevel silly doesn't output anything useful (Downloading module..., Loading module..., Done :))

When compiling from scratch it works, however given my project should run in various environments, this shouldn't really be an option.

Any tips how to resolve this?

vmolsa commented 8 years ago

Fixed.