Error when compiling nim file to generate javascript Code

380 views Asked by At

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?

0

There are 0 answers