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
- Host: GitHub
- URL: https://github.com/blimmer/brunch-ember-i18n-failure
- Owner: blimmer
- Created: 2014-06-04T21:59:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T22:04:48.000Z (about 12 years ago)
- Last Synced: 2025-02-26T20:43:02.336Z (over 1 year ago)
- Language: CoffeeScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```