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

deprecation warning appears on install #272

Open
noahehall opened this issue Oct 12, 2021 · 0 comments
Open

deprecation warning appears on install #272

noahehall opened this issue Oct 12, 2021 · 0 comments

Comments

@noahehall
Copy link

my env

{
  '@netech/perfectperson': '0.0.0',
  npm: '8.0.0',
  node: '16.11.0',
  v8: '9.4.146.19-node.13',
  uv: '1.42.0',
  zlib: '1.2.11',
  brotli: '1.0.9',
  ares: '1.17.2',
  modules: '93',
  nghttp2: '1.45.1',
  napi: '8',
  llhttp: '6.0.2',
  openssl: '1.1.1l+quic',
  cldr: '39.0',
  icu: '69.1',
  tz: '2021a',
  unicode: '13.0',
  ngtcp2: '0.1.0-DEV',
  nghttp3: '0.1.0-DEV'
}
{
  "json": true,
  "user-agent": "pnpm/6.17.0 npm/? node/v14.17.0 linux x64",
  "save-workspace-protocol": true,
  "lockfile": true,
  "shared-workspace-lockfile": true,
  "fetch-timeout": 60000,
  "modules-cache-max-age": "2880",
  "registry": "https://registry.npmjs.org/",
  "symlink": true,
  "prefer-frozen-lockfile": true,
  "prefer-offline": true,
  "color": true,
  "fetch-retry-mintimeout": 10000,
  "use-beta-cli": true,
  "fetch-retry-maxtimeout": 60000,
  "loglevel": "info",
  "argv": "{\"remain\":[\"run\",\"repo:config:list\"],\"cooked\":[\"run\",\"repo:config:list\"],\"original\":[\"run\",\"repo:config:list\"]}",
  "tag": "latest",
  "hoist": true,
  "modules-dir": "node_modules",
  "save-exact": true,
  "virtual-store-dir": "node_modules/.pnpm",
  "link-workspace-packages": true,
  "child-concurrency": "16",
  "enable-modules-dir": true,
  "save-prefix": "",
  "access": null,
  "all": false,
  "allow-same-version": false,
  "also": null,
  "audit": true,
  "audit-level": null,
  "auth-type": "legacy",
  "before": null,
  "bin-links": true,
  "browser": null,
  "ca": null,
  "cache": "/home/poop/.npm",
  "cache-max": null,
  "cache-min": 0,
  "cafile": null,
  "call": "",
  "cert": null,
  "ci-name": null,
  "cidr": null,
  "commit-hooks": true,
  "depth": null,
  "description": true,
  "dev": false,
  "diff": [],
  "diff-ignore-all-space": false,
  "diff-name-only": false,
  "diff-no-prefix": false,
  "diff-dst-prefix": "b/",
  "diff-src-prefix": "a/",
  "diff-text": false,
  "diff-unified": 3,
  "dry-run": false,
  "editor": "vi",
  "engine-strict": false,
  "fetch-retries": 2,
  "fetch-retry-factor": 10,
  "force": false,
  "foreground-scripts": false,
  "format-package-lock": true,
  "fund": true,
  "git": "git",
  "git-tag-version": true,
  "global": false,
  "global-style": false,
  "heading": "npm",
  "https-proxy": null,
  "if-present": false,
  "ignore-scripts": false,
  "include": [],
  "include-staged": false,
  "init-author-email": "",
  "init-author-name": "",
  "init-author-url": "",
  "init-license": "ISC",
  "init-version": "1.0.0",
  "init.author.email": "",
  "init.author.name": "",
  "init.author.url": "",
  "init.license": "ISC",
  "init.version": "1.0.0",
  "key": null,
  "legacy-bundling": false,
  "legacy-peer-deps": false,
  "link": false,
  "local-address": null,
  "location": "user",
  "logs-max": 10,
  "long": false,
  "maxsockets": 15,
  "message": "%s",
  "node-options": null,
  "node-version": "v16.11.0",
  "noproxy": [
    ""
  ],
  "npm-version": "8.0.0",
  "offline": false,
  "omit": [],
  "only": null,
  "optional": null,
  "otp": null,
  "package": [],
  "package-lock": true,
  "package-lock-only": false,
  "pack-destination": ".",
  "parseable": false,
  "prefer-online": false,
  "preid": "",
  "production": null,
  "progress": true,
  "proxy": null,
  "read-only": false,
  "rebuild-bundle": true,
  "save": true,
  "save-bundle": false,
  "save-dev": false,
  "save-optional": false,
  "save-peer": false,
  "save-prod": false,
  "scope": "",
  "script-shell": null,
  "searchexclude": "",
  "searchlimit": 20,
  "searchopts": "",
  "searchstaleness": 900,
  "shell": "/bin/bash",
  "shrinkwrap": true,
  "sign-git-commit": false,
  "sign-git-tag": false,
  "sso-poll-frequency": 500,
  "sso-type": "oauth",
  "strict-peer-deps": false,
  "strict-ssl": true,
  "tag-version-prefix": "v",
  "timing": false,
  "tmp": "/tmp",
  "umask": 0,
  "unicode": true,
  "update-notifier": true,
  "usage": false,
  "version": false,
  "versions": false,
  "viewer": "man",
  "which": null,
  "workspace": [],
  "workspaces": false,
  "yes": null,
  "metrics-registry": "https://registry.npmjs.org/"
}
(node:761198) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
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