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 attempted to install meta on an Ubuntu 22.04.4 LTS Linux machine using the command given. The following output was generated.
npm WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
added 134 packages, and audited 135 packages in 10s
6 packages are looking for funding
run `npm fund` for details
1 critical severity vulnerability
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
To Reproduce
Execute npm i meta -g
Expected behavior
No warnings about critical severity vulnerabilities reported.
The text was updated successfully, but these errors were encountered:
On Tue, Jun 4, 2024 at 2:34 AM agrimstrup ***@***.***> wrote:
🐛 Bug Report
I attempted to install meta on an Ubuntu 22.04.4 LTS Linux machine using
the command given. The following output was generated.
npm WARN deprecated ***@***.***: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated ***@***.***: Glob versions prior to v9 are no longer supported
npm WARN deprecated ***@***.***: Rimraf versions prior to v4 are no longer supported
added 134 packages, and audited 135 packages in 10s
6 packages are looking for funding
run `npm fund` for details
1 critical severity vulnerability
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
To Reproduce
Execute npm i meta -g
Expected behavior
No warnings about critical severity vulnerabilities reported.
—
Reply to this email directly, view it on GitHub
<#336>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEHOXYXZSAYNGEN3UIL5I3ZFVUXJAVCNFSM6AAAAABIX5RR4GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTENZXGYYTONY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
🐛 Bug Report
I attempted to install meta on an Ubuntu 22.04.4 LTS Linux machine using the command given. The following output was generated.
To Reproduce
Execute
npm i meta -g
Expected behavior
No warnings about critical severity vulnerabilities reported.
The text was updated successfully, but these errors were encountered: