An open API service indexing awesome lists of open source software.

https://github.com/blimmer/brunch-ember-i18n-failure

Example project showing issue with brunch and ember-i18n
https://github.com/blimmer/brunch-ember-i18n-failure

Last synced: 11 months ago
JSON representation

Example project showing issue with brunch and ember-i18n

Awesome Lists containing this project

README

          

# Brunch app

## To see them problem
* Clone this repo
* Ensure you're using brunch v. 1.7.14 (brunch --version)
* Run ```bower install```
* Run ```brunch b```
Observe, this error is encountered:
```
/usr/local/lib/node_modules/brunch/node_modules/read-components/index.js:108
pkg[property].forEach(function(item) {
^
TypeError: Object # has no method 'forEach'
at /usr/local/lib/node_modules/brunch/node_modules/read-components/index.js:108:19
at Array.forEach (native)
at exports.getPackageFiles (/usr/local/lib/node_modules/brunch/node_modules/read-components/index.js:107:13)
at /usr/local/lib/node_modules/brunch/node_modules/read-components/index.js:138:19
at /usr/local/lib/node_modules/brunch/node_modules/read-components/index.js:87:7
at fs.js:266:14
at Object.oncomplete (fs.js:107:15)
```