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 for [email protected] on npm Install in Chapter 3, Exercise 1 #67

Open
ioxterminal opened this issue Nov 9, 2024 · 0 comments

Comments

@ioxterminal
Copy link

When running npm install in the exercise directory for Chapter 3, Exercise 1 (ch-3-ex-1), I receive a deprecation warning related to the consolidate package:

npm WARN deprecated [email protected]: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog

The full output is as follows:


C:\temp\oauth-in-action-code\exercises\ch-3-ex-1> npm i
npm WARN deprecated [email protected]: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog

added 95 packages, and audited 96 packages in 20s

13 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 10.8.3 -> 10.9.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.0
npm notice To update run: npm install -g [email protected]
npm notice

Proposed Solution:

Consider updating consolidate to version 1.0.0 or later in the project’s dependencies to avoid the deprecation warning. This update would help users avoid confusion and ensure compatibility with recent updates and fixes.

Environment:

OS: Windows Windows 11 23H2 (OS Build 22631.4317)
Node.js version: v22.9.0
npm version: 10.8.3

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