skillshare-downloader icon indicating copy to clipboard operation
skillshare-downloader copied to clipboard

Please use a userland alternative instead

Open lakimakromedia opened this issue 1 year ago • 0 comments

> [email protected] start
> node index.js

(node:13344) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. **Please use a userland alternative instead.**
(Use `node --trace-deprecation ...` to show where the warning was created)
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "false".] {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v21.3.0

Its the same issue ? > https://github.com/ReneR97/skillshare-downloader/issues/3

lakimakromedia avatar Jan 15 '24 01:01 lakimakromedia