Windows Visual Studio's powershell not able to execute npm start #13176
Unanswered
Shivam-0407
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone I've just created a fresh new react app by the command npx create-react-app "app name" in Windows but the thing is that every time I get this error -
when I try to create it via powershell terminal in VS Code & if by chance it runs then I need to explictly update eslint so that I do not have to save the package.json again & again.
But the same thing does not happen when I do this App-creation via WSL on Virtual Studio. But the issue with that is that it does not refreshes immediately & takes a lot of time to show the changes on the browser when I make some changes in the code.
I've done the following steps already -
https://bobbyhadz.com/blog/not-recognized-as-internal-or-external-command-react-scripts
2. Set up the environment variables correctly for system & for my account as well
If anyone runs the react on windows & might have faced this error & resolved it , can u please help ?
Beta Was this translation helpful? Give feedback.
All reactions