Error: Couldn't find preset "react" when installed using npm install --global babel-preset-react but works without global flag
You can specify the absolute (or relative) path to the preset you are trying to use, e.g:
babel --presets /usr/local/lib/node_modules/babel-preset-react --watch jsx/ --out-dir js/