http2-push-example
http2-push-example copied to clipboard
node: bad option: --expose-http2
$ node -v
v17.2.0
$ npm -v
8.5.1
$ npm start
> [email protected] start
> node --expose-http2 index.js
node: bad option: --expose-http2
Seem instead can use this: node --inspect index.js
Or maybe it resolved after effective this: https://github.com/RisingStack/http2-push-example/pull/7
Not sure.