I\'m learning React and installed webpack through npm to my project directory but zsh is not finding the command even though I can see webpack installed in my project. I used
having webpack installed locally, you could also use:
$(npm bin)/webpack
instead of:
./node_modules/.bin/webpack