We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
Prebid uses gulp connect as http server. It has a bug with node versions > 8.1.2 intesso/connect-livereload#79
Find alternative to gulp-connect since it is not actively maintained. https://www.npmjs.com/package/http-server is one possible replacement.
Open hello world page.
TypeError: Cannot read property 'split' of undefined
The text was updated successfully, but these errors were encountered:
We replaced this package with gulp-webserver. It is solved with that. Hence Closing
Sorry, something went wrong.
No branches or pull requests
Type of issue
Bug
Description
Prebid uses gulp connect as http server. It has a bug with node versions > 8.1.2
intesso/connect-livereload#79
Find alternative to gulp-connect since it is not actively maintained.
https://www.npmjs.com/package/http-server is one possible replacement.
Steps to reproduce
Test page
Open hello world page.
Expected results
Actual results
TypeError: Cannot read property 'split' of undefined
Platform details
The text was updated successfully, but these errors were encountered: