Closed yonatanmn closed 9 years ago
Hmm, looks like one of the new dependencies uses node-gyp and Python. I don't have a windows machine which is probably why I didn't see this. I'm guessing either eslint or jest. I'm out at the moment but I'll check in a few hours when I get back, probably just need to remove one of those from package.json
Ok this most certainly is due to using the jest-cli. Looks like it has issues with running on windows unless that machine has Python and Visual Studio. There are some articles about this on stack overflow. Use 0.3.6 for now and I'll try to swap out the testing framework for one that works everywhere.
Ok just pushed 0.4.1, its now using a different testing framework which does not depend on node-gyp.
Cool, Thanks!
hi, not sure what's changed in 0.4.0, but it gives me :
0.3.6 works fine