Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove/update deprecated/unsupported packages #52

Open
0xdevalias opened this issue Aug 23, 2024 · 0 comments
Open

Remove/update deprecated/unsupported packages #52

0xdevalias opened this issue Aug 23, 2024 · 0 comments

Comments

@0xdevalias
Copy link

0xdevalias commented Aug 23, 2024

⇒ node --version
v22.6.0

⇒ npm --version
10.8.2
⇒ npm install humanifyjs
npm warn deprecated npmlog@6.0.2: This package is no longer supported.
npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm warn deprecated gauge@4.0.4: This package is no longer supported.
⇒ NODE_OPTIONS="--trace-deprecation" npx humanifyjs -h
(node:95592) [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:98:7)
    at Module._load (node:internal/modules/cjs/loader:1099:17)
    at TracingChannel.traceSync (node:diagnostics_channel:315:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Module.require (node:internal/modules/cjs/loader:1339:12)
    at require (node:internal/modules/helpers:125:16)
    at Object.<anonymous> (/Users/devalias/dev/foohumanify/node_modules/whatwg-url/lib/url-state-machine.js:2:18)

⇒ npm why npmlog
npmlog@6.0.2
node_modules/npmlog
  npmlog@"^6.0.2" from cmake-js@7.3.0
  node_modules/cmake-js
    cmake-js@"^7.3.0" from node-llama-cpp@3.0.0-beta.44
    node_modules/node-llama-cpp
      node-llama-cpp@"^3.0.0-beta.40" from humanifyjs@2.1.0
      node_modules/humanifyjs
        humanifyjs@"^2.1.0" from the root project
⇒ npm why are-we-there-yet
are-we-there-yet@3.0.1
node_modules/are-we-there-yet
  are-we-there-yet@"^3.0.0" from npmlog@6.0.2
  node_modules/npmlog
    npmlog@"^6.0.2" from cmake-js@7.3.0
    node_modules/cmake-js
      cmake-js@"^7.3.0" from node-llama-cpp@3.0.0-beta.44
      node_modules/node-llama-cpp
        node-llama-cpp@"^3.0.0-beta.40" from humanifyjs@2.1.0
        node_modules/humanifyjs
          humanifyjs@"^2.1.0" from the root project
⇒ npm why gauge
gauge@4.0.4
node_modules/gauge
  gauge@"^4.0.3" from npmlog@6.0.2
  node_modules/npmlog
    npmlog@"^6.0.2" from cmake-js@7.3.0
    node_modules/cmake-js
      cmake-js@"^7.3.0" from node-llama-cpp@3.0.0-beta.44
      node_modules/node-llama-cpp
        node-llama-cpp@"^3.0.0-beta.40" from humanifyjs@2.1.0
        node_modules/humanifyjs
          humanifyjs@"^2.1.0" from the root project
⇒ npm why whatwg-url
whatwg-url@5.0.0
node_modules/whatwg-url
  whatwg-url@"^5.0.0" from node-fetch@2.7.0
  node_modules/node-fetch
    node-fetch@"^2.6.7" from openai@4.56.0
    node_modules/openai
      openai@"^4.55.1" from humanifyjs@2.1.0
      node_modules/humanifyjs
        humanifyjs@"^2.1.0" from the root project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant