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
After starting TerriaMap 0.2.4 with an added --trace-warnings, I get this:
(node:1) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
at node:punycode:3:9
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10)
at loadBuiltinModule (node:internal/modules/helpers:110:7)
at Function._load (node:internal/modules/cjs/loader:1095:17)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Module.require (node:internal/modules/cjs/loader:1335:12)
at require (node:internal/modules/helpers:136:16)
at Object.<anonymous> (/app/node_modules/tough-cookie/lib/cookie.js:43:14)
and It looks like tough-cookie comes through request-promise.
The request package has been deprecated since 11 Feb 2020, so it might be time to replace it.
The text was updated successfully, but these errors were encountered:
After starting TerriaMap 0.2.4 with an added
--trace-warnings
, I get this:and It looks like tough-cookie comes through request-promise.
The request package has been deprecated since 11 Feb 2020, so it might be time to replace it.
The text was updated successfully, but these errors were encountered: