When I tried to add the dependencies in the bower.json file. Intellisense works for the name, but it does not work for the version. For the version, it shows only "*" (any available version of the package).
After I added only "*". its impossible to get the corresponding or any version of the dependencies ...
For example, I tried to add one for bootstrap.
"dependencies": { "bootstrap": "*" }
bower bootstrap # ~ 3.3.4 uncached git: //github.com/twbs/bootstrap.git#~3.3.4 bower bootstrap # ~ 3.3.4 resolution git: //github.com/twbs/bootstrap.git#~ 3.3.4
I need to install via the command line so that it works like "bower install bootstrap --save". Is there a way that I can simply enter the bower.json file and show the available bootstrap version. Or am I missing additional plugins for VS 2015 RC.
xenos
source share