'not able to create create-react-app folder to a desired location using VSCode terminal or windows PowerShell

I am trying to create a new project using create-react-app using the command given on the docs i.e npx create-react-app my-app but its not creating the 'my-app' folder in the address provided in the VSCode terminal(or even PowerShell Terminal) i.e like in my terminal address is(E:\reactjs) but its installing on Desktop



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source