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
Interesting. Thanks for sharing
Thanks @mhm13dev! I'm happy to know!
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
hmm, I always did not like that
pkgonly 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...