Reputation: 123
when I try to perform these commands:
node
node -v
react-native
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
Upvotes: 1
Views: 3398