Answer the question
In order to leave comments, you need to log in
Why does browserslist throw an error?
Hello!
Tell me please, the essence of the problem is this:
About 3 weeks ago, with the assembly of gulp, everything was fine with me, it assembled perfectly and there were no problems. After 3 weeks, I continued working on the project, and when I typed gulp in the console, I started to get an error, the assembly itself is built, but the assembly is not updated due to the error.
I am attaching the error code from the console!
Please help me figure out this problem, in this area I, alas, am a beginner and just learning.
Answer the question
In order to leave comments, you need to log in
What confuses you in the text of the error? There is even a link in which you can find the causes and solutions to this problem.
There are 3 ways:
1. Change the autoprefixer option browsers to overrideBrowserslist
autoprefixer({
overrideBrowserslist: ['last 4 versions'],
cascade: false
}),
"browserslist": [
"last 4 versions"
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question