HashLips / generative-art-opensource

Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
MIT License
1.36k stars 695 forks source link

Error while running Node.Js #40

Open vital9323 opened 2 years ago

vital9323 commented 2 years ago

Hey,

i tried to follow your video & steps. when i try "node index.js" i get this error dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin

can you tell me how to Fix this ??

i use a iMac (Late 2012) , with macOS High Sierra (10.13.6)

the other video (Generative Art) i was able to do it and works perfectly. This one gives the darwin error. Pls let me know how to fix it

vital9323 commented 2 years ago

dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin Referenced from: /Users/iMac/Desktop/Minter/generative-art-opensource/node_modules/canvas/build/Release/libpixman-1.0.40.0.dylib (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin Referenced from: /Users/iMac/Desktop/Minter/generative-art-opensource/node_modules/canvas/build/Release/libpixman-1.0.40.0.dylib (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib

Abort trap: 6

taxsta commented 2 years ago

I get the same error. Were you able to fix it?