npm install fails on Win10.
Updating to latest npm (3.10.8) allowed node-gyp to compile native sources, but link failed.
Updating verb deps to use latest node-webworker-threads (0.7.8) allowed node-gyp to link.
See helpful discussion.
I moved to 0.7.8 on that dependency. Hopefully that will fix the issue. Please reopen if you do still see it. Thanks so much, @kferrio! Sorry for the wait.
npm install
fails on Win10. Updating to latest npm (3.10.8) allowed node-gyp to compile native sources, but link failed. Updating verb deps to use latest node-webworker-threads (0.7.8) allowed node-gyp to link. See helpful discussion.