Jackie
Jackie

Reputation: 23527

Bower throwing exception when run with --config.interactive=false

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

Answers (1)

Jackie
Jackie

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

Related Questions