tinderjs / tinder-desktop

Use Tinder from your desktop, for Mac OS X, Microsoft Windows and Linux
https://tinderjsblog.herokuapp.com/
97 stars 25 forks source link

npm install on OSX fails #150

Open SaturnusDJ opened 8 years ago

SaturnusDJ commented 8 years ago

Os-locale and tinder have to be installed manually. But even when doing this, the build process fails too.

I guess it has something to do with desktop-app/package.json or the call to it.

{ "name": "tinder-desktop", "productName": "Tinder Desktop", "version": "0.1.0", "main": "main.js", "dependencies": { "os-locale": "~1.4.0", "tinder": "git://github.com/tinderjs/tinderjs" } }

I didn't try on Windows from scratch yet since I have that running stable for a few months.

mayeaux commented 7 years ago

Still broken?