You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing an error whenever I run any zapier CLI commands. Here's the error I'm seeing and some info on my versions and project package.json file:
(Note that I've redacted some identifying info with xxx).
Here's the deprecation warning that appears for every zapier command I enter:
$ zapier versions
⠋ Loading versions(node:195258) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
✔ Loading versions
...
The text was updated successfully, but these errors were encountered:
dagoodma
changed the title
I am also seeing this error whenever I run any zapier CLI commands. Here's the error I'm seeing and some info on my versions and project package.json file:
Punycode module is deprecated error in Node v22.12 using Zapier CLI
Dec 18, 2024
I am seeing an error whenever I run any zapier CLI commands. Here's the error I'm seeing and some info on my versions and project package.json file:
(Note that I've redacted some identifying info with
xxx
).Here's the deprecation warning that appears for every zapier command I enter:
Here's the modules that are using
punycode
:Contents of
package.json
:Originally posted by @dagoodma in #902 (comment)
The text was updated successfully, but these errors were encountered: