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:
BestIn-It.com 2017-10-01 10:26:58 +02:00 committed by GitHub
parent 57e629569f
commit 9405077a66

View File

@ -24,6 +24,6 @@
"dependencies": {
"jquery": "^2.2",
"popper.js": "^1.10.11",
"bootstrap": "v4-dev"
"bootstrap": "4.0.0"
}
}