I am currently going through learning Node.js and as such I am following along a tutorial on YouTube, in this he makes use of Webpack. On the video when he types in webpack into his terminal it works correctly, however if I typed into my terminal webpack I get a message saying it is not recognized.
I saw a post on here where it said the fix was setting the environment path for npm, which I did. It still wasn't working so I restarted my computer and then installed webpack again, however I still get the same issue.
Are there any steps that I am missing which allows me to make use of webpack?