-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have been getting this issue for a few weeks, probably a easy fix ( see log below ) #1
Comments
Thank you that is just a dependency warning the program should still work right? Will update that in the next version. Also use Yarn to install. |
Hello @HashLips Daniel!… I run a mac os 10.13 - impossible to upgrade no 10.15 :( Any idea how fix it? I really appreciate your work, tks 4 sharing! |
Ran into the same issue. Hopefully installing Mac OS Catalina 10.15 does the trick. Wish it didn't depend on a more updated OS. Took me forever to figure it out lol. |
Fix bug with orientation of preview
Fix bug with orientation of preview
Lords-iMac:hashlips_art_engine-main blackjosh$ node index.js
(node:11835) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use
node --trace-deprecation ...
to show where the warning was created)dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /Users/blackjosh/Desktop/hashlips_art_engine-main/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/blackjosh/Desktop/hashlips_art_engine-main/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
The text was updated successfully, but these errors were encountered: