Change install Location.

I want to run the command of npm install @11ty/eleventy --save-dev. But it's making folder outside of the folder I want to. How do I change it to go to the specified folder as I got multiple folder. Picture for reference.
4 Replies
Malik
Malik14mo ago
I guess I should be like PS D:\Coding Stuff\Quresh> but dont know how to use terminal. Just following Kevin's video and he just got one main folder. Which is selected by default.
ErickO
ErickO14mo ago
just cd to your folder cd yourfolder/ in the terminal you can do pwd to see what folder you are in right now and cd yourfolder/ to go to a folder inside of your current directory
Malik
Malik14mo ago
Thank You
ErickO
ErickO14mo ago
and cd .. to move one folder up