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

The package need updated dependencies #628

Closed
saadanerdetbare opened this issue May 11, 2020 · 3 comments
Closed

The package need updated dependencies #628

saadanerdetbare opened this issue May 11, 2020 · 3 comments

Comments

@saadanerdetbare
Copy link

Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.

git clone https://github.com/http-party/http-server.git
cd http-server/
npm i

What did you expect to happen?
Expected npm to build
Paste the error and / or stack trace here:

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated common-style@3.1.0: common-style is now eslint-config-populist. Consider upgrading!
npm WARN deprecated jscs-preset-wikimedia@1.0.1: No longer maintained. We recomment migrating to ESLint with eslint-config-wikimedia.
npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
npm ERR! Linux 4.19.104-microsoft-standard
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code EMISSINGARG

npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror     at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3)
npm ERR! typeerror     at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22)
npm ERR! typeerror     at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12)
npm ERR! typeerror     at /usr/share/npm/lib/install/deps.js:457:7
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror     at /usr/share/npm/lib/fetch-package-metadata.js:37:12
npm ERR! typeerror     at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5)
npm ERR! typeerror     at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7)
npm ERR! typeerror     at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20)
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror This is an error with npm itself. Please report this error at:
npm ERR! typeerror     <http://github.com/npm/npm/issues>
npm ERR! Linux 4.19.104-microsoft-standard
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code EMISSINGARG

Tell us about your environment
Ubuntu 18.04.4 LTS on WSL2

  • exact http-server version:
    v0.12.3
  • Node version:
    v8.10.0
  • Platform:
    Ubuntu wls2 on Windows 10 build 19624
    Other information (related issues, suggestions for a fix, etc):
    Update deprecated npm dependencies
@github-actions
Copy link

This issue has been inactive for 180 days

@github-actions github-actions bot added the stale label Aug 18, 2021
@thornjad
Copy link
Member

This should be rechecked with v13.0.0. Also the second half of that output is a bug in npm itself

@thornjad
Copy link
Member

thornjad commented Oct 6, 2021

Worth noting that none of these dependencies are used in production, these are dev only. Some of these are addressed in #740, the rest are non-prod, so I'm going to consider this done

@thornjad thornjad closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants