makenotion / notion-sdk-js

Official Notion JavaScript Client
https://developers.notion.com/docs
MIT License
4.95k stars 591 forks source link

The `punycode` module is deprecated #486

Closed sergiojtsm closed 10 months ago

sergiojtsm commented 10 months ago

The punycode module is deprecated, please fix it as soon as possible

leafstrat commented 10 months ago

Nothing to do with notion.

adibkadir commented 10 months ago

Looks like an issue with v20+ and older version of pnpm on my end. update of pnpm fixed it.

mazerte commented 8 months ago

Yes the error pops on Node v20+ but it's due to whatwg-url dependency imported by node-fetch. The v3.x of node-fetch fix the problem. I will be good if notion can update this dependency.