mattdesl / canvas-sketch

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

Error in Node v17.3.0 while trying to build library #136

Open claushellsing opened 2 years ago

claushellsing commented 2 years ago

Hello Matt , I am following a course for code art, and I can say this tool is awesome, but while trying to build it and trying to understand it, to potentially create a PR (I am very noob programming) I came across this issue and don't know how to solve it.

`> canvas-sketch@0.7.4 lib:bundle:es

microbundle --entry lib/canvas-sketch.js --no-compress --target=browser --external=none --format="es" -o ./dist/

Error loading tslib helper library. /var/www/canvas-sketch/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:19947 throw e; ^`