I have node.js working fine on my Win10 machine, and now I'm trying to install iron-node. I've followed the instructions to run
npm install iron-node -g;
and then iron-node YOURFILE.js
but when I do I get:
'iron-node' is not recognized as an internal or external command, operable program or batch file.
I can't find anything about how to resolve this, either in the official docs or via Google. Not even a whiff here on Stack Overflow. Ideas?