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

Deprecations from [email protected] #815

Open
MikeMcC399 opened this issue Oct 13, 2024 · 0 comments
Open

Deprecations from [email protected] #815

MikeMcC399 opened this issue Oct 13, 2024 · 0 comments

Comments

@MikeMcC399
Copy link

MikeMcC399 commented Oct 13, 2024

Type of issue

Bug

My environment

  • OS version/details: Ubuntu 24.04.1 LTS
  • Node version: v20.18.0
  • npm version: 10.8.2
  • Version of yo : 5.0.0

Expected behavior

When executing

npm install yo -g

there should be no deprecation warnings output.

Current behavior

When executing

npm install yo -g

the following warnings are output

npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.

The deprecations warnings are caused by [email protected] released 8 years ago.

[email protected] depends on the deprecated npmlog.

Steps to reproduce the behavior

Execute

npm install yo -g

Command line output

npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.

$ npm ls gauge -g
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └── [email protected]

$ npm ls are-we-there-yet -g
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └── [email protected]

Suggestion

Update to [email protected] which no longer depends on npmlog.

Related

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