Skip to content

Deprecations from [email protected] #815

@MikeMcC399

Description

@MikeMcC399

Type of issue

Bug

My environment

  • OS version/details: Ubuntu 24.04.1 LTS
  • Node version: v20.18.0 v22.13.1
  • npm version: 10.8.2 10.9.2
  • Version of yo : 5.0.0 5.1.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.
npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Three of the above 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 warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more inf

$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions