Reputation: 23527
If I use bower install
I get the following error....
bower EINVEND The key must be specified
Any ideas? Windows 7 with newest stable node.
Upvotes: 0
Views: 153
Reputation: 23527
Oops my bad, in my
{
"name": "project",
"version": "1.0.0",
"dependencies": {
"angular": "*",
"": "" << Here is the issue
},
...
}
But that error message was not very good.
Upvotes: 1