I am new to Node Js and Webpack. I tried to start a project with module-loaders.
Firstly, I installed nodeJs and NPM and created a new directory called tutoria
tutoria
I had to reinstall webpack to get it working with my local version of webpack, e.g:
$ npm uninstall webpack $ npm i -D webpack