You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was trying to build project with npm run build, I got following error:
Error is referring to webpack and webpack-cli, the issue says it becouse of some build updates and can be fixed by updating to latest version of webpack and webpack-cli
So after updating with npm i webpack@latest webpack-cli@latest -D project is now successfuly building
Could you please update this dependencies to latest versions?
The text was updated successfully, but these errors were encountered:
When I was trying to build project with

npm run build
, I got following error:Error is referring to webpack and webpack-cli, the issue says it becouse of some build updates and can be fixed by updating to latest version of webpack and webpack-cli
So after updating with
npm i webpack@latest webpack-cli@latest -D
project is now successfuly buildingCould you please update this dependencies to latest versions?
The text was updated successfully, but these errors were encountered: