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
I am getting this error, when running deno -A npm:yo webapp:
Uncaught TypeError: chalk.red.bold is not a function
The above error occurs because of having multiple chalk versions I guess. yo internally uses v5.x, while there's an indirect dependency to chalk v1.x.
Not sure if this is a deno issue or a yeoman issue.
I checked that yeoman closed the root-check upgrade PR: #699
So starting a discussion here instead.
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.
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: