Answer the question
In order to leave comments, you need to log in
Is it possible to change directory in Node.Js?
Hello, I have Node.js installed on Windows in "C:\Program Files\nodejs", I need to create a folder in "C:\Program Files\Project", is it possible to do this? I honestly tried to google, nothing on my question did not find. I apologize in advance if I missed something.
Answer the question
In order to leave comments, you need to log in
In Windows
, you can run a node from anywhere through the console,
mkdir Project1 && cd Project1
touch app.js
node app.js
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question