While installing Bootstrap 4 using npm
it show me these errors:
npm WARN [email protected] requires a peer of jquery@>=3.0.0 but none was installed.
npm WARN [email protected] requires a peer of popper.js@^1.11.0 but none was installed.
I'm using Git Bash, I also tried to install jQuery individually but it couldn't be installed. Can someone help me to fix these issues? Manu thanks
You'll need to install those dependencies and save them to you package.json
npm install [email protected] --save
npm install [email protected] --save
The docs for npm install
just try this as well:
npm install --save @ng-bootstrap/ng-bootstrap
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With