BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Fix 'uncaughtException: No such module: http_parser'

Open denizt opened this issue 6 months ago • 0 comments

Restify → spdy → http-deceiver chain crashes on npm start due to DEP0111.

Upstream fixes are not yet merged and the library cannot be bumped. Use a patched version and override the dependency to restore expected behavior.

See: https://github.com/spdy-http2/http-deceiver/pull/7

Revert this commit once a fixed version is released and restify dependency is upgraded.

denizt avatar Aug 14 '25 01:08 denizt