Closed bsergean closed 9 years ago
Got some errors while trying to run the demo.
panzani glsl-fxaa$ npm start > glsl-fxaa@3.0.0 start /Users/bsergean/src/glsl-fxaa > budo demo/index.js:bundle.js --dir demo --live --verbose -- -t glslify | garnish sh: garnish: command not found sh: budo: command not found
Those got fixed after I ran npm install budo garnish --save-dev
npm install budo garnish --save-dev
Good call, thanks!
My pleasure. Thanks for writing this thing in the first place !
Got some errors while trying to run the demo.
Those got fixed after I ran
npm install budo garnish --save-dev