I am trying to add jquery-validation to a project in visual studio 2015. When I add \"jquery-validation\" to bower.json I see that the jquery-validation folder is added to wwwro
npm 2 generates several nested folders which causes paths on Windows to bug. If that is the issue then you should update to npm 3 where they fixed it.
npm i -g npm
I had a similar issue and was able to fix it by installing grunt globally then running npm install in the jquery-validation folder:
npm install -g grunt
jquery-validation
folder and run npm install
Afterwards, the jquery-validation\dist
folder should show up with the jquery.validate.js
file.