From 9405077a6613022267114f2bc84c3ab1a1dddbdc Mon Sep 17 00:00:00 2001 From: "BestIn-It.com" <31388012+bestin-it@users.noreply.github.com> Date: Sun, 1 Oct 2017 10:26:58 +0200 Subject: [PATCH] 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 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index ac8c3174..c19243ee 100644 --- a/bower.json +++ b/bower.json @@ -24,6 +24,6 @@ "dependencies": { "jquery": "^2.2", "popper.js": "^1.10.11", - "bootstrap": "v4-dev" + "bootstrap": "4.0.0" } }