Node.js 🐢, the asynchronous event-driven JavaScript runtime, has unparalleled support for file-system access, among other things - opening up the d...
For further actions, you may consider blocking this person and/or reporting abuse
I’ve ended up using caxa. Pkg didn’t work for my setup.
Is this works for macos?
Yes. I use it on a MacBook Pro M1 system
Interesting. Thanks for sharing
Thanks @mhm13dev! I'm happy to know!
hmm, I always did not like that
pkg
only understand require statements, I never thought of using a compiler such as esbuild first.@bias Another option would be to use TypeScript, and output CJS.
I tried it with a simple example. It works. Really good. Thanks!👍
That's fabulous 🎉 @othimar ! Wish you the best on your journey!
did not know this, thanks so much
🚀 @tobecci You're always welcome!
Great idea to use Esbuild before Pkg! Because when I used Pkg straight to my project JS-file I always had issues with path and includes. Now it works from the first try! Thanks for suggestion.
I love you dude!!!! This is really help me...