Javascript.NodeJS icon indicating copy to clipboard operation
Javascript.NodeJS copied to clipboard

Problem with ESM and CommonJS

Open SebastianAviles opened this issue 1 year ago • 0 comments

I tried to run a code in my Personal PC, and works with ESM, but when I move it to a server, not work, throw ESM error, I must change my code to commonJs.

Why the code runs on ESM in one PC, and another cannot run ESM?

SebastianAviles avatar Sep 26 '24 18:09 SebastianAviles