2

I'm having an issue running iron-node on Windows 10. I have it installed on my Mac no problem. However, when I try to use it using gitbash (or bash inside the windows cmd) . I'm able to launch iron-node itself from the command prompt, but not launch it with a file I'm trying to work on (aka, I type iron-node and it pops up, but not iron-node server.js).

Eliezer Wohl
  • 577
  • 1
  • 6
  • 20

1 Answers1

2

Try cmd.exe. It is the only supported commandline.

Stephan Ahlf
  • 3,310
  • 5
  • 39
  • 68