Answer the question
In order to leave comments, you need to log in
How to create root folder for Node.js?
Node only looks for files in the user's root directory (C:)>users>ravena> . All tutorials say that a root directory is created for your project and files are already stored in it. How do I create this folder so that Node can find its contents? Or how to register it when calling? Tell me please.
Answer the question
In order to leave comments, you need to log in
Just create a folder for the project, do npm init in it, or whatever you like.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question