G
G
Garguly Magnievich2019-05-04 12:26:37
webpack
Garguly Magnievich, 2019-05-04 12:26:37

How to fix unmet peer dependency for @eslint-loader?

The error is not fatal, but I would like to figure it out. When installing with yarn, the console gives a warning:

warning " > [email protected]" has unmet peer dependency "[email protected]>=2.0.0 <5.0.0".

Do I understand correctly that we are talking about the fact that the module requires webpack versions 2-5? If "yes", then what to do, given that the webpack version is 4.30.0

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NaN, 2019-05-15
@chuanyurug

1) Manually npm install [email protected] again
2) remove node-modules just in case
3) npm install
npm cache clean you can also clean the cache

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question