stackgl / webgl-workshop

:mortar_board: The sequel to shader-school: Learn the WebGL API
Other
1.49k stars 122 forks source link

Unable to install on OS X with npm 2.11.2 or 2.11.3 (ECONNRESET or just fails) #74

Open hedgerworkco opened 9 years ago

hedgerworkco commented 9 years ago

I've been trying to install webgl-workshop with no success. I've installed both node 0.12.5 and 0.10.3 from homebrew, with npm 2.11.2 and 2.11.3.

I think when I used 0.10.39, the installation quickly failed at some point without much information. With node 0.12.5, I get timeouts and ECONNRESETs where the installation seems to just fail out.

I run the following before attempting each time:

sudo npm cache clean sudo rm -rf /usr/local/lib/node_modules/webgl-workshop/ sudo npm install -g webgl-workshop

I'm not sure what other info you may need. Let me know and I'll provide it.