Your `lib` link doesn't work on Windows. The other way you can do this is put a file named `.bowerrc` in root with the contents: ``` { "directory": "www/js/lib/", "json": "bower.json" } ``` And this way bower will install components right into that folder.