Error Unknown file extension ".node" when running test js file #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was able to build successfully and then created a js file to run but when I do run it gives the error. I run with node test.mjs. My two go files are like this:
I got further by abandoning es modules and using require. But now its giving error about x86_64 but I'm on M1 Mac.