New home assistant user here. Attempting to run the initial node myapp.js hits me with the following:
(node:19516) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Not entirely sure how to go about resolving this since I'm pretty new to this sort of thing. Any advice is greatly appreciated!
New home assistant user here. Attempting to run the initial node myapp.js hits me with the following:
(node:19516) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead. (Usenode --trace-deprecation ...
to show where the warning was created)Not entirely sure how to go about resolving this since I'm pretty new to this sort of thing. Any advice is greatly appreciated!