I have tried to compile nim file to generate javascript code but I got this error: Error: OS module not ported to your operating system!
using this command: nim js -d:nodejs -r myFile.nim
. The problem is related to : import os
in this file. Is there any solution?