You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While installing yo globally using npm install --global yo, I encountered several deprecation warnings related to outdated dependencies.
Steps to Reproduce
Open a terminal.
Run the following command:
npm install --global yo
Observed Behavior
The following warnings are displayed during installation:
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.
Expected Behavior
There should be no deprecation warnings during installation.
Environment
OS: Windows 11
Node.js version: v20.9.0
npm version: 10.8.3
Question
Would you like me to look into updating the deprecated dependencies and submit a pull request to fix this issue?
Feel free to copy-paste this and customize it further if needed!
The text was updated successfully, but these errors were encountered:
Description
While installing
yo
globally usingnpm install --global yo
, I encountered several deprecation warnings related to outdated dependencies.Steps to Reproduce
Observed Behavior
The following warnings are displayed during installation:
Expected Behavior
There should be no deprecation warnings during installation.
Environment
Question
Would you like me to look into updating the deprecated dependencies and submit a pull request to fix this issue?
Feel free to copy-paste this and customize it further if needed!
The text was updated successfully, but these errors were encountered: