Questions tagged [claudiajs]

46 questions
-1
votes
1 answer

Node running ESM - ReferenceError: exports is not defined

Really struggling with this. I'm trying to run ESM scripts on Node 14 (AWS Lamda) I'm trying to run this code to convert 3D objects to THREE JSON. This requires node -r esm fbx2three.js model.fbx to run. I think I can do it with this approach I…
beek
  • 3,522
  • 8
  • 33
  • 86
1 2 3
4