I'm trying to use Bower on Visual Studio 2013 (Update 5) along with Grunt, using the Task Runner explorer. I've previously used Bower on its own so the whole set-up looked rather straightforward.
However, when using the following bower.json:
{
"name": "sample",
"private": true,
"dependencies": {
"jquery-validation-unobtrusive": "*"
}
}
I get the following error, note that the unexpected token seems to be blank (this is not a copy-paste issue):
Executing
bower EMALFORMED Failed to read C:\Directory\bower.json
Additional error details:
Unexpected token
The JSON seems to be valid, what could the issue be?