Skip to content

Commit

Permalink
Merge pull request #13 from samselikoff/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
joliss committed Apr 2, 2015
2 parents 0e4d684 + eaa0636 commit 82c09da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ bower install
npm install -g broccoli-cli
broccoli serve
```

> **Note:** If you get an error like
> _Built with error: Error: Line 1: Unexpected token ILLEGAL at throwError_
> _(/.../broccoli-sample-app/node_modules/broccoli-es6-concatenator)_
> it's probably because Bower found a rogue `.bowerrc` file in a parent directory. To fix this, delete all parent `.bowerrc` files.

0 comments on commit 82c09da

Please sign in to comment.