Is there a simple canonical way to run an arbitrary script with Node.js on different platforms? Something like CI, but just for one file.
Say, I want to know if this benchmark is broken just for my OS and environment or it is broken in general. Can I do this?