mattdesl / webgl-lines

some interactive content for a blog post
http://mattdesl.svbtle.com/drawing-lines-is-hard
MIT License
415 stars 37 forks source link

npm install fails with missing esprima-six #2

Closed richardeakin closed 8 years ago

richardeakin commented 8 years ago

Hi there, just thought I'd let you know that when running npm install I was getting the following error messages:

npm ERR! Darwin 15.2.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.7
npm ERR! npm  v2.12.1
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/esprima-six
npm ERR! 404
npm ERR! 404 'esprima-six' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'astw'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/r/code/js/webgl/webgl-lines/npm-debug.log

Basic on this issue, a solution is to switch glslify version from 1.6.0 to 1.6.1. Afterwards the demos are working great.

mattdesl commented 8 years ago

Fixed, thanks for the report! :+1: