medium-cli icon indicating copy to clipboard operation
medium-cli copied to clipboard

Gets: The `punycode` module is deprecated message on READ command

Open gregptm opened this issue 1 year ago • 0 comments

medium read https://python.plainenglish.io/from-googles-coding-desks-to-yours-10-python-secrets-for-success-792dc03d765e (node:91710) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created) Unhandled rejection TypeError: Cannot read properties of undefined (reading 'call') at new StringStream (/opt/homebrew/lib/node_modules/mediumcli/node_modules/string-stream/index.js:5:17) at printArticle (/opt/homebrew/lib/node_modules/mediumcli/lib/reader.js:37:19) at /opt/homebrew/lib/node_modules/mediumcli/lib/reader.js:62:47 at tryCatcher (/opt/homebrew/lib/node_modules/mediumcli/node_modules/bluebird/js/main/util.js:26:23) at Promise._settlePromiseFromHandler (/opt/homebrew/lib/node_modules/mediumcli/node_modules/bluebird/js/main/promise.js:510:31) at Promise._settlePromiseAt (/opt/homebrew/lib/node_modules/mediumcli/node_modules/bluebird/js/main/promise.js:584:18) at Promise._settlePromises (/opt/homebrew/lib/node_modules/mediumcli/node_modules/bluebird/js/main/promise.js:700:14) at Async._drainQueue (/opt/homebrew/lib/node_modules/mediumcli/node_modules/bluebird/js/main/async.js:123:16) at Async._drainQueues (/opt/homebrew/lib/node_modules/mediumcli/node_modules/bluebird/js/main/async.js:133:10) at Async.drainQueues [as _onImmediate] (/opt/homebrew/lib/node_modules/mediumcli/node_modules/bluebird/js/main/async.js:15:14) at process.processImmediate (node:internal/timers:478:21)

gregptm avatar May 03 '24 11:05 gregptm