npx command not found while creating react file
I am trying to create react app for node.js 5.0.3. But getting error for npx
npx create-react-app my-app
npx:command not found
npx command not found while creating react file
I am trying to create react app for node.js 5.0.3. But getting error for npx
npx create-react-app my-app
npx:command not found
npx
is part of npm
and has been since version 5.2.0 which requires Node 4 or higher.
That said, Node 5.x is both a development branch and ancient so you really really shouldn't use it. Use a supported version.