RnbWd

Results 67 comments of RnbWd

Just added more documentation, a test, and the linux build (so npm is synced with github releases) Windows is possible but I don't have a way to test it and...

Thanks, I'll update the library right now! That simplifies everything. Here's an example from 'bin-wrapper' library I'm using: ``` var base = 'https://github.com/imagemin/gifsicle-bin/raw/master/vendor'; var bin = new BinWrapper() .src(base +...

Seems to be working. Right now [nut-bin](https://github.com/RnbWd/nut-bin) is synced with nut's versioning scheme on npm/github and tested before being published, so it should be fairly simple to add a hook...

okay I kinda messed up with linux (misspelled nut) but I put it in repo's documentation to use `npm install -g [email protected]` - right now i'm linking directly to the...

actually didn't have to change anything except for the version number, do you want me to add you onto the repo? Just in case you want to update and I'm...

It's not throwing errors on windows, let me know if it works now

export NODE_OPTIONS="--network-family-autoselection-attempt-timeout=500" worked for me. I have no idea what that option means, but I assume it's related to how far away the DNS lookup is