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
Still annoying as of these point I will post something about it once if I already solve the issue.
Current scenario of mine at the moment whenever if I do npm install shit here are some details.
PS D:\Users\obseq\OneDrive\Desktop\KEN\Prog\Figpeek> npm install
up to date, audited 253 packages in 4s
25 packages are looking for funding
run `npm fund`for details
8 vulnerabilities (4 moderate,2 high,2 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit`for details.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: 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.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
When running the project....
PS D:\Users\obseq\OneDrive\Desktop\KEN\Prog\Figpeek> npm run dev
> chrono-svelte-template@0.0.0 dev
> vite
vite v2.8.4 dev server running at:
> Local: http://localhost:3000/> Network: use `--host` to expose
ready in 417ms.
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest--update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
The text was updated successfully, but these errors were encountered:
Still annoying as of these point I will post something about it once if I already solve the issue.
Current scenario of mine at the moment whenever if I do
npm install
shit here are some details.When running the project....
The text was updated successfully, but these errors were encountered: