So, I'm trying to do this Node.js tutorial , and it says to create three .js files from the command line.
touch server.js client.js test.js
In addition, I get the following error:
'touch' is not recognized as an internal or external command, an active program or batch file.
Not sure what is wrong here. I installed Node.js as well as npm and a browser. I created the package.json file correctly.
I suppose I can go into the project directory, right-click and create a new file this way, but that defeats the target, right?
What is the actual command to create a new file on the command line?
I am using windows 7.
ckpepper02 Oct 13 '14 at 15:49 2014-10-13 15:49
source share