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?