vuejs

Я новичок, возникли сложности с установкой, вот такие ошибки выдает, кто чем может подскажите, не понимаю что не так?
npm WARN deprecated shortid@2.2.16: Package no longer supported. Contact Support at npm | Support for more info.
npm WARN deprecated vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See Vue.js for more details.
npm WARN deprecated subscriptions-transport-ws@0.11.0: The subscriptions-transport-ws package is no longer maintained. We recommend you use graphql-ws instead. For help migrating Apollo software to graphql-ws, see Subscriptions in Apollo Server For general help using graphql-ws, see graphql-ws/README.md at master · enisdenjo/graphql-ws · GitHub
npm WARN deprecated apollo-server-types@3.8.0: The apollo-server-types package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the @apollo/server package. See Previous versions of Apollo Server for more details.
npm WARN deprecated apollo-reporting-protobuf@3.4.0: The apollo-reporting-protobuf package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the @apollo/usage-reporting-protobuf package. See Previous versions of Apollo Server for more details.
npm WARN deprecated apollo-server-errors@3.3.1: The apollo-server-errors package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the @apollo/server package. See Previous versions of Apollo Server for more details.
npm WARN deprecated apollo-server-plugin-base@3.7.2: The apollo-server-plugin-base package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the @apollo/server package. See Previous versions of Apollo Server for more details.
npm WARN deprecated apollo-server-env@4.2.1: The apollo-server-env package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the @apollo/utils.fetcher package. See Previous versions of Apollo Server for more details.
npm WARN deprecated apollo-datasource@3.3.2: The apollo-datasource package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). See Previous versions of Apollo Server for more details.
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-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-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 source-map-resolve@0.5.3: See GitHub - lydell/source-map-resolve: [DEPRECATED] Resolve the source map and/or sources for a generated file.
npm WARN deprecated source-map-url@0.4.1: See GitHub - lydell/source-map-url: [DEPRECATED] Tools for working with sourceMappingURL comments.
npm WARN deprecated urix@0.1.0: Please see GitHub - lydell/urix: [DEPRECATED] Makes Windows-style paths more unix and URI friendly.
npm WARN deprecated resolve-url@0.2.1: GitHub - lydell/resolve-url: [DEPRECATED] Like Node.js’ `path.resolve`/`url.resolve` for the browser.
C:\Users\afrik\AppData\Roaming\npm\vue -> C:\Users\afrik\AppData\Roaming\npm\node_modules@vue\cli\bin\vue.js

  • @vue/cli@5.0.8
    updated 1 package in 55.365s

Устаревшие пакеты обычно указывают на то, что они не обновлялись в течение определенного времени. Это может быть из-за того, что разработчики переключились на другие проекты, ушли из сообщества разработчиков, или по другим причинам.

Поэтому ищи так сказать аналоги.

Ну и кратко по некоторым сточкам

shortid@2.2.16: Этот пакет устарел и больше не поддерживается. Вам следует обратиться в службу поддержки npm для получения дополнительной информации.

vue@2.7.16: Vue 2 достиг конца срока службы и больше не активно поддерживается. Рекомендуется обратиться к документации Vue.js для получения дополнительной информации.

subscriptions-transport-ws@0.11.0: Этот пакет больше не поддерживается. Рекомендуется использовать graphql-ws вместо него.

apollo-server-types@3.8.0: Пакет apollo-server-types является частью Apollo Server v2 и v3, которые теперь устарели. Его функционал теперь доступен в пакете @apollo/server. Рекомендуется обновиться.

apollo-reporting-protobuf@3.4.0: Этот пакет также является частью устаревших версий Apollo Server (v2 и v3). Его функционал теперь доступен в пакете @apollo/usage-reporting-protobuf. Рекомендуется обновиться.

apollo-server-errors@3.3.1: Этот пакет также является частью Apollo Server v2 и v3 и устарел. Его функционал теперь доступен в пакете @apollo/server. Рекомендуется обновиться.

apollo-server-plugin-base@3.7.2: Этот пакет также устарел и больше не поддерживается. Его функционал теперь доступен в пакете @apollo/server. Рекомендуется обновиться.

apollo-server-env@4.2.1: Этот пакет также устарел и больше не поддерживается. Его функционал теперь доступен в пакете @apollo/utils.fetcher. Рекомендуется обновиться.