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
nyc uses a deprecated version of uuid which triggers npm warnings:
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
It seems this has resolved itself with the release of [email protected] last year. Installing [email protected] or later today in a fresh project results in (only) [email protected] being installed. Note that [email protected] still has a direct dependency on uuid@^3.3.3. I did not test anything pre-v15.
nyc
uses a deprecated version ofuuid
which triggers npm warnings:Could you please update to v8?
Older related issues from March 2020:
The text was updated successfully, but these errors were encountered: