mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-25 15:39:59 +03:00
Update bower.json
During installation process I have error with bootstrap dependency bower bootstrap#v4-dev EMALFORMED Failed to read Additional error details: Unexpected token @ in JSON at position 0 The solution is: "you have to do do : bower install bootstrap#v4.0.0-beta with a release tag not a branch tag like you did : bower -V -f install bootstrap#v4-dev" https://github.com/twbs/bootstrap/issues/24068
This commit is contained in:
parent
57e629569f
commit
9405077a66
|
@ -24,6 +24,6 @@
|
|||
"dependencies": {
|
||||
"jquery": "^2.2",
|
||||
"popper.js": "^1.10.11",
|
||||
"bootstrap": "v4-dev"
|
||||
"bootstrap": "4.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user