-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workingfrontendgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
When executing npm install in the frontend, a series of warnings are generated due to deprecated packages and incompatible Node.js/npm versions. These warnings can potentially lead to security vulnerabilities, incompatibility issues, or unexpected behavior in the application.
Stack trace:
sw1pr0g@Alexs-MacBook-Air frontend % npm install
npm WARN deprecated @babel/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
npm WARN deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
npm WARN deprecated @babel/plugin-proposal-private-methods@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
npm WARN deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm WARN deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0
npm WARN deprecated workbox-google-analytics@6.6.0: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated inflight@1.0.6: 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 q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
npm WARN deprecated
npm WARN deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead
> core-js@3.38.1 postinstall /Users/sw1pr0g/Projects/open_source/EasyVPN/frontend/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting core-js:
> https://opencollective.com/core-js
> https://patreon.com/zloirock
> https://boosty.to/zloirock
> bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz
I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md
> core-js-pure@3.38.1 postinstall /Users/sw1pr0g/Projects/open_source/EasyVPN/frontend/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for @testing-library/jest-dom@6.4.8: wanted: {"node":">=14","npm":">=6","yarn":">=1"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @testing-library/jest-dom@6.4.8
npm WARN notsup Unsupported engine for @testing-library/react@16.0.0: wanted: {"node":">=18"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @testing-library/react@16.0.0
npm WARN notsup Unsupported engine for eslint-plugin-prettier@5.2.1: wanted: {"node":"^14.18.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: eslint-plugin-prettier@5.2.1
npm WARN notsup Unsupported engine for react-router-dom@6.26.1: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: react-router-dom@6.26.1
npm WARN notsup Unsupported engine for react-scripts@5.0.1: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: react-scripts@5.0.1
npm WARN notsup Unsupported engine for eslint@8.57.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: eslint@8.57.0
npm WARN notsup Unsupported engine for espree@9.6.1: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: espree@9.6.1
npm WARN notsup Unsupported engine for @eslint/js@8.57.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @eslint/js@8.57.0
npm WARN notsup Unsupported engine for eslint-scope@7.2.2: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: eslint-scope@7.2.2
npm WARN notsup Unsupported engine for @eslint/eslintrc@2.1.4: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @eslint/eslintrc@2.1.4
npm WARN notsup Unsupported engine for eslint-visitor-keys@3.4.3: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: eslint-visitor-keys@3.4.3
npm WARN notsup Unsupported engine for @eslint-community/eslint-utils@4.4.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @eslint-community/eslint-utils@4.4.0
npm WARN notsup Unsupported engine for @humanwhocodes/module-importer@1.0.1: wanted: {"node":">=12.22"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @humanwhocodes/module-importer@1.0.1
npm WARN notsup Unsupported engine for expect@29.7.0: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: expect@29.7.0
npm WARN notsup Unsupported engine for pretty-format@29.7.0: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: pretty-format@29.7.0
npm WARN notsup Unsupported engine for jest-message-util@29.7.0: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: jest-message-util@29.7.0
npm WARN notsup Unsupported engine for jest-util@29.7.0: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: jest-util@29.7.0
npm WARN notsup Unsupported engine for @jest/expect-utils@29.7.0: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @jest/expect-utils@29.7.0
npm WARN notsup Unsupported engine for jest-get-type@29.6.3: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: jest-get-type@29.6.3
npm WARN notsup Unsupported engine for jest-matcher-utils@29.7.0: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: jest-matcher-utils@29.7.0
npm WARN notsup Unsupported engine for jest-diff@29.7.0: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: jest-diff@29.7.0
npm WARN notsup Unsupported engine for diff-sequences@29.6.3: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: diff-sequences@29.6.3
npm WARN notsup Unsupported engine for @jest/schemas@29.6.3: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @jest/schemas@29.6.3
npm WARN notsup Unsupported engine for @jest/types@29.6.3: wanted: {"node":"^14.15.0 || ^16.10.0 || >=18.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @jest/types@29.6.3
npm WARN notsup Unsupported engine for synckit@0.9.1: wanted: {"node":"^14.18.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: synckit@0.9.1
npm WARN notsup Unsupported engine for @pkgr/core@0.1.1: wanted: {"node":"^12.20.0 || ^14.18.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @pkgr/core@0.1.1
npm WARN notsup Unsupported engine for @remix-run/router@1.19.1: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @remix-run/router@1.19.1
npm WARN notsup Unsupported engine for react-router@6.26.1: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: react-router@6.26.1
npm WARN notsup Unsupported engine for eslint-config-react-app@7.0.1: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: eslint-config-react-app@7.0.1
npm WARN notsup Unsupported engine for jest-watch-typeahead@1.1.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: jest-watch-typeahead@1.1.0
npm WARN notsup Unsupported engine for react-app-polyfill@3.0.0: wanted: {"node":">=14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: react-app-polyfill@3.0.0
npm WARN notsup Unsupported engine for react-dev-utils@12.0.1: wanted: {"node":">=14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: react-dev-utils@12.0.1
npm WARN notsup Unsupported engine for tailwindcss@3.4.10: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: tailwindcss@3.4.10
npm WARN notsup Unsupported engine for webpack-manifest-plugin@4.1.1: wanted: {"node":">=12.22.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: webpack-manifest-plugin@4.1.1
npm WARN notsup Unsupported engine for @typescript-eslint/eslint-plugin@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/eslint-plugin@5.62.0
npm WARN notsup Unsupported engine for @typescript-eslint/parser@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/parser@5.62.0
npm WARN notsup Unsupported engine for eslint-plugin-testing-library@5.11.1: wanted: {"npm":">=6","node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: eslint-plugin-testing-library@5.11.1
npm WARN notsup Unsupported engine for @typescript-eslint/utils@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/utils@5.62.0
npm WARN notsup Unsupported engine for @typescript-eslint/type-utils@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/type-utils@5.62.0
npm WARN notsup Unsupported engine for @typescript-eslint/scope-manager@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/scope-manager@5.62.0
npm WARN notsup Unsupported engine for @typescript-eslint/visitor-keys@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/visitor-keys@5.62.0
npm WARN notsup Unsupported engine for @typescript-eslint/types@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/types@5.62.0
npm WARN notsup Unsupported engine for @typescript-eslint/typescript-estree@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/typescript-estree@5.62.0
npm WARN notsup Unsupported engine for @typescript-eslint/experimental-utils@5.62.0: wanted: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/experimental-utils@5.62.0
npm WARN notsup Unsupported engine for string-length@5.0.1: wanted: {"node":">=12.20"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: string-length@5.0.1
npm WARN notsup Unsupported engine for char-regex@2.0.1: wanted: {"node":">=12.20"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: char-regex@2.0.1
npm WARN notsup Unsupported engine for @csstools/postcss-trigonometric-functions@1.0.2: wanted: {"node":"^14 || >=16"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-trigonometric-functions@1.0.2
npm WARN notsup Unsupported engine for @csstools/selector-specificity@2.2.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @csstools/selector-specificity@2.2.0
npm WARN notsup Unsupported engine for postcss-import@15.1.0: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: postcss-import@15.1.0
npm WARN notsup Unsupported engine for postcss-load-config@4.0.2: wanted: {"node":">= 14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: postcss-load-config@4.0.2
npm WARN notsup Unsupported engine for sucrase@3.35.0: wanted: {"node":">=16 || 14 >=14.17"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: sucrase@3.35.0
npm WARN notsup Unsupported engine for lilconfig@3.1.2: wanted: {"node":">=14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: lilconfig@3.1.2
npm WARN notsup Unsupported engine for yaml@2.5.0: wanted: {"node":">= 14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: yaml@2.5.0
npm WARN notsup Unsupported engine for minipass@7.1.2: wanted: {"node":">=16 || 14 >=14.17"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: minipass@7.1.2
npm WARN notsup Unsupported engine for path-scurry@1.11.1: wanted: {"node":">=16 || 14 >=14.18"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: path-scurry@1.11.1
npm WARN notsup Unsupported engine for minimatch@9.0.5: wanted: {"node":">=16 || 14 >=14.17"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: minimatch@9.0.5
npm WARN notsup Unsupported engine for foreground-child@3.3.0: wanted: {"node":">=14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: foreground-child@3.3.0
npm WARN notsup Unsupported engine for signal-exit@4.1.0: wanted: {"node":">=14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: signal-exit@4.1.0
npm WARN notsup Unsupported engine for @pkgjs/parseargs@0.11.0: wanted: {"node":">=14"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @pkgjs/parseargs@0.11.0
npm WARN notsup Unsupported engine for svgo@3.3.2: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: svgo@3.3.2
npm WARN notsup Unsupported engine for @rollup/plugin-terser@0.4.4: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: @rollup/plugin-terser@0.4.4
npm WARN notsup Unsupported engine for css-tree@2.3.1: wanted: {"node":"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: css-tree@2.3.1
npm WARN notsup Unsupported engine for csso@5.0.5: wanted: {"node":"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0","npm":">=7.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: csso@5.0.5
npm WARN notsup Unsupported engine for css-tree@2.2.1: wanted: {"node":"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0","npm":">=7.0.0"} (current: {"node":"12.18.2","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: css-tree@2.2.1
npm WARN @testing-library/react@16.0.0 requires a peer of @testing-library/dom@^10.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @testing-library/user-event@14.5.2 requires a peer of @testing-library/dom@>=7.21.4 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-prettier@5.2.1 requires a peer of prettier@>=3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ajv-keywords@5.1.0 requires a peer of ajv@^8.8.2 but none is installed. You must install peer dependencies yourself.
npm WARN tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN fork-ts-checker-webpack-plugin@6.5.3 requires a peer of typescript@>= 2.7 but none is installed. You must install peer dependencies yourself.
npm WARN @apideck/better-ajv-errors@0.3.6 requires a peer of ajv@>=8 but none is installed. You must install peer dependencies yourself.
added 1794 packages from 750 contributors and audited 1803 packages in 40.832s
282 packages are looking for funding
run `npm fund` for details
found 12 vulnerabilities (11 moderate, 1 high)
run `npm audit fix` to fix them, or `npm audit` for details
Now I see this as a potential solution: update Node.js to the latest LTS version (preferably v18.x or later) and ensure npm is updated as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfrontendgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed