Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

events.js:85 throw er; // Unhandled 'error' event #8

Closed
tabirkeland opened this issue Feb 13, 2015 · 9 comments
Closed

events.js:85 throw er; // Unhandled 'error' event #8

tabirkeland opened this issue Feb 13, 2015 · 9 comments

Comments

@tabirkeland
Copy link

No idea whats happening here.....

[05:35:43] Using gulpfile ~/git/newApp/gulpfile.js
[05:35:43] Starting 'build'...
[05:35:43] Starting 'clean'...
[05:35:43] Finished 'clean' after 28 ms
[05:35:43] Starting 'html'...
[05:35:43] Finished 'html' after 3.76 ms
[05:35:43] Starting 'fonts'...
[05:35:43] Starting 'images'...
[05:35:43] Starting 'less'...
[05:35:43] Finished 'less' after 6.14 ms
[05:35:43] Starting 'js'...
[05:35:43] Finished 'js' after 18 ms
[05:35:43] gulp-imagemin: Minified 0 images (saved 0 B - 0%)
[05:35:43] Finished 'images' after 39 ms

events.js:85
throw er; // Unhandled 'error' event
^
Error
at new Parser (/home/taylor/git/newApp/node_modules/gulp-less/node_modules/less/lib/less/parser.js:333:27)
at Object.less.render (/home/taylor/git/newApp/node_modules/gulp-less/node_modules/less/lib/less/index.js:18:22)
at Transform._transform (/home/taylor/git/newApp/node_modules/gulp-less/index.js:38:10)
at Transform._read (/home/taylor/git/newApp/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
at Transform._write (/home/taylor/git/newApp/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:172:12)
at doWrite (/home/taylor/git/newApp/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:237:10)
at writeOrBuffer (/home/taylor/git/newApp/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:227:5)
at Transform.Writable.write (/home/taylor/git/newApp/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:194:11)
at write (/home/taylor/git/newApp/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:623:24)
at flow (/home/taylor/git/newApp/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:632:7)

@pengyver
Copy link

Same error, i can build if i downgrade font-awesome to 4.2.0 version.

@Schoonmoeder
Copy link

i can confirm that for me running the next commands fixed it (in for app folder)
bower uninstall font-awesome
and
bower install font-awesome#4.2.0

choise option 1 when it ask if you want to install 4.3.x or 4.2.0 of awesome

@Hedde
Copy link

Hedde commented Mar 16, 2015

same error, same fix

2 similar comments
@fgarci03
Copy link

fgarci03 commented Apr 5, 2015

same error, same fix

@eladh
Copy link

eladh commented Apr 15, 2015

same error, same fix

@RemcovandenBerg
Copy link
Collaborator

Issue is fixed.

@adairborba
Copy link

same error, same fix

@jorgeramos
Copy link

yup... this worked for me as well.. thanks!

@joniturmendi
Copy link

same error, same fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants