i\'m trying to preview a vue web application through webpack-server-dev.I\'m following this guide https://medium.com/the-web-tub/creating-your-first-vue-js-pwa-project-22f7
I had the same issue today, I figured out that I also had to remove webpack.config.js file.
webpack.config.js
After deleting the file, i had to rerun npm install
npm install
-> Application started successfully.
--
Inside webpack.config.js some old references were placed.