Being in D: \ nodejs \ Project I register in the terminal (webshteer) npm i express -s. The module is installed in D: \ nodejs \ node_modules (and I need to save it to * D: \ nodejs \ Project \ node_modules * ) and since I wanted the data to be saved in package.json (via -s), I also issued error " ENOENT: no such file or directory, open 'D: \ nodejs \ package.json' ". How to make it so that when I am in the \ Project folder, I register npm i express, express was installed in the current directory, in the node_modules folder? I tried shamanism with NODE_PATH in the properties of the computer, everything that is possible there, for example, the modules are always placed in the \ Project folder, but that the modules are installed in the directory where I am, I do not know how to do it ... I cleared the reinstalled node.js, all the same did not help ... Help.