RisingStack/http2-push-example

node: bad option: --expose-http2

NabiKAZ opened this issue · 1 comments

$ node -v
v17.2.0

$ npm -v
8.5.1

$ npm start
> http2-push-example@1.0.0 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: #7
Not sure.