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
Hey, Right now I am building a angular application and when I build my application using "@angular-devkit/build-angular": "0.803.21" It is using "@babel/preset-env": "7.7.6" which use "browserslist": "^4.6.0" which uses "caniuse-lite": "1.0.30000967". So it throws an error that says:
"ERROR: Error: Browserslist: caniuse-lite is outdated. Please run next command npm update"
but I think there is no latest version for angular devkit other than I mentioned above.
The text was updated successfully, but these errors were encountered:
Hey, Right now I am building a angular application and when I build my application using "@angular-devkit/build-angular": "0.803.21" It is using "@babel/preset-env": "7.7.6" which use "browserslist": "^4.6.0" which uses "caniuse-lite": "1.0.30000967". So it throws an error that says:
"ERROR: Error: Browserslist: caniuse-lite is outdated. Please run next command
npm update
"but I think there is no latest version for angular devkit other than I mentioned above.
The text was updated successfully, but these errors were encountered: