I'm using visual studio code. I have multiple folders and package.json is in ProjectName/ProjectName.Web folder.
Do i have to enter this folder in terminal everytime i want to run npm install?
When I'm trying to do it from ProjectName folder which is deafult location in terminal in vs code it creates package-lock.json in this main directory. Is it possible to maybe change npm config so it knows where the package.json and package-lock.json is so it doesn't create new package-lock.json every timeand it works from other directories in project?