sdras / array-explorer

⚡️ A resource to help figure out what JavaScript array method would be best to use at any given time

Home Page:https://arrayexplorer.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install error 'Error: Cannot find module 'webpack-cli/bin/config-yargs'

krolovolk opened this issue · comments

commented

Problem with installation.
While running

npm run dev


internal/modules/cjs/loader.js:651
    throw err;
    ^

Error: Cannot find module 'webpack-cli/bin/config-yargs' 

Prod building goiing without problems
Test on Mac OS amd Windows PC

Update webpack - no results

commented

The problem solved

npm install webpack@3.8.0 --save-dev 
npm install webpack-dev-server@2.9.7 --save-dev