-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
yo
depends on deprecated module.parent
, should update meow
#786
Comments
yo
depends on deprecated module.parent
yo
depends on deprecated module.parent
, should update meow
I am getting this error, when running
The above error occurs because of having multiple Not sure if this is a |
npm warn deprecated npmlog@2.0.4: This package is no longer supported.
npm warn deprecated gauge@1.2.7: This package is no longer supported.
npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. |
That's a 👍 on upgrading |
Type of issue
My environment
eg. Windows 10 64-bit
x.x.x
(runnode --version
in your terminal)x.x.x
(runnpm --version
in your terminal)x.x.x
(runyo --version
in your terminal) 4.3.1Expected behavior
Should update
meow
to a version don't usemodule.parent
.Current behavior
[email protected]
depends on[email protected]
https://github.com/yeoman/yo/blob/v4.3.1/package.json#L59
[email protected]
depends onmodule.parent.filename
https://github.com/sindresorhus/meow/blob/v5.0.0/index.js#L15
module.parent
Deprecated since: v14.6.0, v12.19.0https://nodejs.org/api/modules.html#moduleparent
Steps to reproduce the behavior
Command line output
Related
denoland/deno#19105
The text was updated successfully, but these errors were encountered: