Description
Issue details
Please update browser-sync so it no longer seeks for a third-party node module when you set httpModule: 'http2'
, but instead uses the node native one.
Please specify which version of Browsersync, node and npm you're running
- Browsersync [ ^2.23.6 ]
- Node [ v9.6.1 ]
- Npm [ 5.6.0 ]
Affected platforms
- linux
- windows
- [ X ] OS X
- freebsd
- solaris
- other (please specify which)
Browsersync use-case
- API
- Gulp
- Grunt
- [ X ] CLI
If CLI, please paste the entire command below
node ./.tasks/browsersync.js
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
httpModule: 'http2',
https: {
key: `${ os.homedir() }/.ssh/key.pem`,
cert: `${ os.homedir() }/.ssh/cert.pem`
},
Metadata
Metadata
Assignees
Labels
No labels