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

Gulp connect bug with ssl mode #3181

Closed
jaiminpanchal27 opened this issue Oct 15, 2018 · 1 comment
Closed

Gulp connect bug with ssl mode #3181

jaiminpanchal27 opened this issue Oct 15, 2018 · 1 comment
Labels

Comments

@jaiminpanchal27
Copy link
Collaborator

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

  • Install node > 8.1.2
  • gulp serve --https

Test page

Open hello world page.

Expected results

Actual results

TypeError: Cannot read property 'split' of undefined

Platform details

  • node > 8.1.2
@jaiminpanchal27
Copy link
Collaborator Author

We replaced this package with gulp-webserver. It is solved with that. Hence Closing

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

No branches or pull requests

1 participant