'npx packages are not installing in my Project folder
I have used npx create-react-app my-app command in vsstudio and have created my project in E:\ directory but after running the command npx is installing the packages in C:.
Below are the terminal lines(in VSCode):
PS E:\Web Development 2022\reactjs> npx create-react-app my-app
Creating a new React app in C:\Users\dell\Desktop\my-app.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
Can anyone help me how to make npx install things in the same directory in which I am creating a project?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
