node-modules / urllib

Request HTTP(s) URLs in a complex world.
MIT License
726 stars 117 forks source link

diagnostics_channel should be a dependency in version 3.3.1 #414

Closed WJayWJay closed 1 year ago

WJayWJay commented 1 year ago

Error: Cannot find module 'diagnostics_channel'

image

WJayWJay commented 1 year ago

maybe u should add a test case to check it!

hyj1991 commented 1 year ago

The diagnostics_channel is a built-in module which added in node-v14.x, and urllib@3 needs node version >= 14.17.0 :)

See: https://github.com/node-modules/urllib/blob/master/package.json#L87-L89