You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great theme, however, I get this error when livereload runs:
... Uhoh. Got error listen EADDRINUSE ...
Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at Server.listen (net.js:1127:5)
at Server.listen (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/node_modules/tiny-lr/lib/server.js:138:15)
at Function.exports.listen (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:68:12)
at Function.exports.changed (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:88:20)
at Transform.reload._transform (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:24:13)
at Transform._read (_stream_transform.js:179:10)
at Transform._write (_stream_transform.js:167:12)
Never really used gulp before, so maybe im just doing a noobie mistake?
The text was updated successfully, but these errors were encountered:
No, you are right! We've been seeing this, too. I haven't had a chance to look into why it is happening, but if you remove the livereload line in the gulpfile it should stop happening. I've updated the theme here with this temporary fix and you can see the line difference (if you just want to edit yours) here: 8ee9ef4
Thanks for a great theme, however, I get this error when livereload runs:
... Uhoh. Got error listen EADDRINUSE ...
Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at Server.listen (net.js:1127:5)
at Server.listen (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/node_modules/tiny-lr/lib/server.js:138:15)
at Function.exports.listen (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:68:12)
at Function.exports.changed (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:88:20)
at Transform.reload._transform (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:24:13)
at Transform._read (_stream_transform.js:179:10)
at Transform._write (_stream_transform.js:167:12)
Never really used gulp before, so maybe im just doing a noobie mistake?
The text was updated successfully, but these errors were encountered: