After installing reactify, cmd giving an error that browserify is not an internal or external command

111 Views Asked by At

I am trying for a jsx transformation. I've installed react-tool, react and reactify. I think reactify is a plugin for browserify and we don't need to install browserify if we have reactify. But when running the command browserify -t reactify public/js/flux/index.js > public/js/build/index.js , I'm getting an error of "browserify is not an internal or external command."

What would be the solution for this?

0

There are 0 best solutions below