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
If I create a new apikana project and then run npm install I get many audit warnings:
npm WARN [email protected] requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
audited 689 packages in 5.477s
found 283 vulnerabilities (158 low, 39 moderate, 85 high, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details
I think those warnings should be adressed.
The text was updated successfully, but these errors were encountered:
If I create a new apikana project and then run
npm install
I get many audit warnings:I think those warnings should be adressed.
The text was updated successfully, but these errors were encountered: