I'm currently looking to download Appgyver's Steroids.js but keep running into the following problem:
I'm not entirely sure what the problem is as I'm not very experienced with using Node.js as I doubt this problem is made by Appgyver's Steroids.js. I see that I have a version above what is required so I'm not sure where things are going wrong. Please any help in this matter would really be appreciated!
steroids.js requires very specific versions of node.js to run. Actually, the installation page says it requires node.js version 0.8.x. You are currenly using node.js version 0.10.15 which is why you are receiving this error.
I see you're on windows, so have a go with nodist to manage mulitple node.js versions.