pboyer / verb

Open-source, cross-platform NURBS
http://www.verbnurbs.com
MIT License
741 stars 106 forks source link

`npm install` fails on Win10 #32

Closed kferrio closed 7 years ago

kferrio commented 8 years ago

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.

pboyer commented 8 years ago

Thanks @kferrio. I'll give this a try.

pboyer commented 7 years ago

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.