mattdesl / canvas-sketch

[beta] A framework for making generative artwork in JavaScript and the browser.
MIT License
5.01k stars 393 forks source link

command not found: canvas-sketch #113

Closed efenny closed 3 years ago

efenny commented 3 years ago

I'm following along with the Frontend Masters Course: Creative Coding with Canvas & WebGL and getting everything set up.

I'm running on npm 6.14.6 and node v12.18.3.

I've globally installed canvas-sketch-cli and when I run canvas-sketch I get the error command not found: canvas-sketch.

All my other cli tools like gatsby-cli work but this is the only one that's giving me issues and I can't find out the reason why. Is there some configuration that I'm missing?

efenny commented 3 years ago

After looking at this comment, I've been able to get this up and running.