I am still not sure how to correct my Project folder if it's in the same folder that contains your node_modules.
Your node modules will always be located in your root
directory.
To avoid having conflicts with your node modules, create your project in your "documents" file path or folder or any other file path/directory that is not the root directory
Gabrael EL
Blockchain student
I am still not sure how to correct my Project folder if it's in the same folder that contains your node_modules.