Face two difficulties with bower package manager in vs2017
In Visual Studio 2017, can not find any .bowerrc file under bower.json
.bowerrc
bower.json
I had the same issue.
In the same folder as your bower.json file create the file called .bowerrc. Inside it paste:
{ "directory": "wwwroot/lib" }