Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
.............................
WARNING: The bg-variant
mixin has been deprecated as of v4.4.0. It will be removed entirely in v5.
on line 8 of nodemodules/bootstrap/scss/mixins/deprecate.scss, in mixin deprecate
from line 15 of nodemodules/bootstrap/scss/mixins/background-variant.scss, in mixin bg-variant
from line 146 of src/styles/utils.scss
from line 31 of src/styles/theme.scss
.........................................................
While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! nodemodules/react
npm ERR! react@"^16.14.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0" from [email protected]
npm ERR! node_modules/formsy-react
npm ERR! formsy-react@"0.19.5" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
............................................................
and how to connect to nodejs database? need do what?
..................................
i dont know how to fix it
Hi, domainyman! Put this code in the _mixins.scss file
@mixin bg-variant($parent, $color, $ignore-warning: false) {
#{$parent} {
background-color: $color !important;
}
a#{$parent},
button#{$parent} {
@include hover-focus() {
background-color: darken($color, 10%) !important;
}
}
@include deprecate("The `bg-variant` mixin", "v4.4.0", "v5", $ignore-warning);
}
What is node js ver for it? How to upgrade base packages eg react.. This will appear While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! nodemodules/react npm ERR! react@"^16.14.0" from the root project