Ashish Pipaliya
Ashish Pipaliya

Reputation: 123

React Native: The system cannot find the path specified

when I try to perform these commands:

  1. node
  2. node -v
  3. react-native
  4. npx react-native start 5.npx react-native init Demo

It shows the error: The system cannot find the path specified.

I have already installed nodejs.

Also tried to uninstall and reinstall nodejs.

Environmental variables are: C:\Program Files\nodejs C:\Users\Ashish\AppData\Roaming\npm C:\Program Files\nodejs\node_modules\npm

I also tried C:\Program Files\nodejs\node_modules\npm\bin instead of C:\Program Files\nodejs\node_modules\npm

enter image description here

enter image description here

Upvotes: 1

Views: 3398

Answers (0)

Related Questions