Reputation: 21
When I create React App, I counter an error(image below). I use npm (v6.4), node (v8.9).
Can someone guide me?
Upvotes: 1
Views: 5503
Reputation: 71
Try using a higher version of node.
npm install -g [email protected]
npm install -g [email protected]
Also make sure that nvm path is added to your system variables. Take a look at this: https://github.com/zkat/npx/issues/144
Upvotes: 1