I am trying to learn Node.js. When I download Node.js for Windows, I get the command prompt version for Windows, and I am wondering if there is a way to get a UNIX environment for Node.js in Windows. Most of the tutorials I read and watched just skip over this and I can't find anything on this.
Also, I am having a problem changing hard drives in Node.js command prompt. When I try cd f:myDir, it prints the directory instead of switching to it.
cd mydirshould work...cd f:\mydir, your demo there seems to be missing the backslash.