Posts by Lais Frigerio • 1 point
1 post
-
0
votes2
answers520
viewsA: 'webpack-dev-server' module not found
You can compile your code in two ways: Or you install the webpack-dev-server package globally: npm i webpack-dev-server -g or yarn add global webpack-dev-server Or you configure in your file…