vue3项目导入异常Error: @vitejs/PLUGIN-vue requires vue (>=3.2.13)

vue3项目导入异常
1、异常提示如下:

failed TO LOAD config FROM D:\ws-projects\vite.co
nfig.js
error WHEN STARTING dev SERVER:
Error: @vitejs/PLUGIN-vue requires vue (>=3.2.13) OR @vue/compiler-sfc TO be pre
sent IN the dependency tree.

在这里插入图片描述
2、解决办法:
具体命令如下:
npm install vue@3.2.13 --save-dev

在这里插入图片描述
一般都是开发者捐赠支持的提示,打开一个github的链接之后,会显示需要打赏捐赠的信息,此时如果不想npm install --no-fund捐赠或者跳过这个提示的话,直接在后面加–NO-fund即可,
解决办法:

npm install --no-fund

npm notice created a lockfile as package-lock.json. You should commit this filenpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules\c
okidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents
2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"
)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\w
tchpack-chokidar2\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents
1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64
})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\w
bpack-dev-server\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents
1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64
})
npm WARN eslint-loader@2.2.1 requires a peer of eslint@>=1.6.0 <7.0.0 but none
s installed. You must install peer dependencies yourself.added 1603 packages from 951 contributors in 90.575s137 packages are looking for fundingrun `npm fund` for detailsD:\ws-projects\RuoYi-Vue-master\ruoyi-ui>npm fund
ruoyi@3.8.6
+-- https://github.com/chalk/chalk?sponsor=1
| `-- chalk@4.1.0
+-- https://opencollective.com/webpack
| `-- compression-webpack-plugin@5.0.2, sass-loader@10.1.1, webpack@4.46.0, sch
ma-utils@2.7.1, terser-webpack-plugin@2.3.8, copy-webpack-plugin@5.1.2, css-loa
er@3.6.0, schema-utils@3.3.0
+-- https://opencollective.com/core-js
| `-- core-js@3.25.3, core-js-compat@3.32.1
+-- https://opencollective.com/eslint
| `-- eslint@7.15.0
+-- https://opencollective.com/lint-staged
| `-- lint-staged@10.5.3
+-- https://github.com/sponsors/sindresorhus
| `-- screenfull@5.0.2, camelcase@6.3.0, html-tags@3.3.1, cli-spinners@2.9.0, d
faults@1.0.4, parse-json@5.2.0, make-dir@3.1.0, p-limit@2.3.0, ansi-escapes@4.3
2, figures@3.2.0, type-fest@0.21.3, onetime@5.1.2, is-docker@2.2.1, get-stream@
.2.0, is-stream@2.0.1, p-map@4.0.0, globals@12.4.0, import-fresh@3.3.0, strip-j
on-comments@3.1.1, cli-truncate@2.1.0, log-symbols@4.1.0, is-unicode-supported@
.1.0, log-update@4.0.0
+-- https://opencollective.com/babel
| `-- @babel/core@7.22.11
+-- https://opencollective.com/browserslist
| `-- browserslist@4.21.10, caniuse-lite@1.0.30001525, update-browserslist-db@1
0.11
+-- https://tidelift.com/funding/github/npm/browserslist
| `-- browserslist@4.21.10, update-browserslist-db@1.0.11
+-- https://github.com/sponsors/ai
| `-- browserslist@4.21.10, caniuse-lite@1.0.30001525, update-browserslist-db@1
0.11
+-- https://tidelift.com/funding/github/npm/caniuse-lite
| `-- caniuse-lite@1.0.30001525
+-- https://github.com/sponsors/ljharb
| `-- resolve@1.22.4, is-core-module@2.13.0, supports-preserve-symlinks-flag@1.
.0, shell-quote@1.8.1, minimist@1.2.8, qs@6.11.2, side-channel@1.0.4, call-bind
1.0.2, get-intrinsic@1.2.1, object-inspect@1.12.3, has-proto@1.0.1, has-symbols
1.0.3, object.values@1.1.7, util.promisify@1.0.1, define-properties@1.2.0, es-a
stract@1.22.1, has-property-descriptors@1.0.0, array-buffer-byte-length@1.0.0,
rraybuffer.prototype.slice@1.0.1, available-typed-arrays@1.0.5, es-to-primitive
1.2.1, function.prototype.name@1.1.6, get-symbol-description@1.0.0, globalthis@
.0.3, gopd@1.0.1, is-array-buffer@3.0.2, is-callable@1.2.7, is-negative-zero@2.
.2, is-regex@1.1.4, is-shared-array-buffer@1.0.2, is-string@1.0.7, is-typed-arr
y@1.1.12, is-weakref@1.0.2, object.assign@4.1.4, regexp.prototype.flags@1.5.0,
afe-array-concat@1.0.0, safe-regex-test@1.0.0, string.prototype.trim@1.2.7, str
ng.prototype.trimend@1.0.6, string.prototype.trimstart@1.0.6, typed-array-byte-
ength@1.0.0, typed-array-byte-offset@1.0.0, typed-array-length@1.0.4, unbox-pri
itive@1.0.2, which-typed-array@1.1.11, has-tostringtag@1.0.0, is-date-object@1.
.5, is-symbol@1.0.4, functions-have-names@1.2.3, has-bigints@1.0.2, which-boxed
primitive@1.0.2, is-bigint@1.0.4, is-boolean-object@1.1.2, is-number-object@1.0
7, object.getownpropertydescriptors@2.1.7, array.prototype.reduce@1.0.6, qs@6.1
.0, deep-equal@1.1.1, is-arguments@1.1.1, object-is@1.1.5, traverse@0.6.7
+-- https://github.com/sponsors/feross
| `-- safe-buffer@5.2.1, base64-js@1.5.1, ieee754@1.2.1, arch@2.2.0
+-- https://www.patreon.com/feross
| `-- safe-buffer@5.2.1, base64-js@1.5.1, ieee754@1.2.1, arch@2.2.0
+-- https://feross.org/support
| `-- safe-buffer@5.2.1, base64-js@1.5.1, ieee754@1.2.1, arch@2.2.0
+-- https://github.com/sponsors/epoberezkin
| `-- ajv@6.12.6
+-- https://github.com/avajs/find-cache-dir?sponsor=1
| `-- find-cache-dir@3.3.2
+-- https://github.com/sponsors/isaacs
| `-- glob@7.2.3, rimraf@3.0.2
+-- https://paulmillr.com/funding/
| `-- chokidar@3.5.3, async-each@1.0.6
+-- https://github.com/sponsors/jonschlinkert
| `-- picomatch@2.3.1
+-- https://tidelift.com/funding/github/npm/autoprefixer
| `-- autoprefixer@9.8.8
+-- https://opencollective.com/postcss/
| `-- postcss@7.0.39, postcss-load-config@2.1.2
+-- https://github.com/sponsors/wooorm
| `-- vendors@1.0.4
+-- https://github.com/sponsors/fb55
| `-- css-what@3.4.2, domelementtype@2.3.0, htmlparser2@6.1.0, css-select@4.3.0css-what@6.1.0
+-- https://github.com/fb55/entities?sponsor=1
| `-- entities@2.2.0
+-- https://github.com/chalk/ansi-styles?sponsor=1
| `-- ansi-styles@4.3.0
+-- https://github.com/prettier/prettier?sponsor=1
| `-- prettier@2.8.8
+-- https://github.com/chalk/wrap-ansi?sponsor=1
| `-- wrap-ansi@7.0.0
+-- https://github.com/fb55/htmlparser2?sponsor=1
| `-- htmlparser2@6.1.0
+-- https://github.com/fb55/domhandler?sponsor=1
| `-- domhandler@4.3.1
+-- https://github.com/fb55/domutils?sponsor=1
| `-- domutils@2.8.0
+-- https://github.com/cheeriojs/dom-serializer?sponsor=1
| `-- dom-serializer@1.4.1
+-- https://github.com/fb55/nth-check?sponsor=1
| `-- nth-check@2.1.1
+-- https://tidelift.com/funding/github/npm/loglevel
| `-- loglevel@1.8.1
+-- https://tidelift.com/funding/github/npm/sockjs-client
| `-- sockjs-client@1.6.1
+-- https://github.com/sponsors/RubenVerborgh
| `-- follow-redirects@1.15.2
+-- https://github.com/sponsors/mysticatea
| `-- eslint-utils@2.1.0, regexpp@3.2.0, vue-eslint-parser@7.11.0
+-- https://github.com/sindresorhus/execa?sponsor=1
| `-- execa@4.1.0
`-- https://github.com/chalk/slice-ansi?sponsor=1`-- slice-ansi@4.0.0
D:\ws-projects\RuoYi-Vue-master\ruoyi-ui>npm install --no-fund
npm WARN eslint-loader@2.2.1 requires a peer of eslint@>=1.6.0 <7.0.0 but none i
s installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.3 (node_modules\fse
vents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}
)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\wa
tchpack-chokidar2\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"
})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\we
bpack-dev-server\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"
})up to date in 10.897sD:\ws-projects\RuoYi-Vue-master\ruoyi-ui>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/122515.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

conda和Python的虚拟环境如何结合使用,以及二者之间到底有什么区别?

问题描述 今天在复现streamlit的代码时&#xff08;参考Streamlit 讲解专栏&#xff08;一&#xff09;&#xff1a;安装以及初步应用&#xff09;&#xff0c;根据这篇博文指导&#xff0c;要先用以下指令创建一个虚拟环境&#xff1a; # 创建虚拟环境&#xff08;使用venv&a…

python3.11教程2:基础数据类型(数字和字符串)、组合数据类型(集合、元组、列表、字典)

文章目录 五、基本数据类型5.1 整数和浮点数5.1.1 整数和浮点数的类型5.1.2 进制和进制转换5.1.3 round函数 5.2 运算符5.2.1 常用运算符、运算符函数和逻辑运算符5.2.2 位运算符5.2.3 运算符的优先级及其进阶使用5.2.4 海象运算符: 5.3 布尔类型5.4 字符串5.4.1 字符串的基本操…

【SpringSecurity】八、集成图片验证码

文章目录 1、生成图片验证码2、创建验证码过滤器3、将过滤器加入SpringSecurity过滤链4、修改登录页 SpringSecurity是通过过滤器链来完成的&#xff0c;接下来的验证码&#xff0c;可以尝试创建一个过滤器放到Security的过滤器链中&#xff0c;在自定义的过滤器中比较验证码。…

docker快速安装-docker一键安装脚本

1.下载/配置安装脚本 touch install-docker.sh #!/bin/bash #mail:ratelcloudqq.com #system:centos7 #integration: docker-latestclear echo "######################################################" echo "# Auto Install Docker …

OJ练习第164题——具有所有最深节点的最小子树

具有所有最深节点的最小子树 力扣链接&#xff1a;865. 具有所有最深节点的最小子树 力扣链接&#xff1a;1123. 最深叶节点的最近公共祖先 题目描述 给定一个根为 root 的二叉树&#xff0c;每个节点的深度是 该节点到根的最短距离 。 返回包含原始树中所有 最深节点 的…

PEX装机

目录 一、PXE是什么&#xff1f; 二、PXE的组件&#xff1a; vsftpd/httpd/nfs tftp dhcp 三、配置vsftpd 四、配置tftp 1.安装tftp-server 2.启动tftp 五、准备pxelinx.0文件、引导文件、内核文件 1.准备pxelinux.0文件 2.准备引导文件、内核文件 六、配置dhcp …

爬楼梯【动态规划】

爬楼梯 假设你正在爬楼梯。需要 n 阶你才能到达楼顶。 每次你可以爬 1 或 2 个台阶。你有多少种不同的方法可以爬到楼顶呢&#xff1f; class Solution {public int climbStairs(int n) {if (n < 2) return n;//特殊情况处理int dp[] new int[n 1];dp[1] 1;//因为数组索…

java面试之ThreadLocal问题

什么是ThreadLocal,它的基本用法是什么 简单来说就是能在多线程中保持变量独立的线程对象 不用Threadlocal多线程访问同一个变量会出现的问题 package com.pxx;/*** Created by Administrator on 2023/9/3.*/ public class Demo1 {private String v1;public String getV1() …

非科班菜鸡算法学习记录 | 代码随想录算法训练营第57天|| 647. 回文子串 516.最长回文子序列 动态规划总结篇

647. 回文子串 知识点&#xff1a;动规 状态&#xff1a;看思路自己写 思路&#xff1a; dp不好想&#xff0c;dp[i][j] 是指左闭右闭时&#xff0c;是否为回文,bool类型&#xff1b; 注意递归公式和遍历顺序 class Solution { public:int countSubstrings(string s) {int …

音频——I2S TDM 模式(六)

I2S 基本概念飞利浦(I2S)标准模式左(MSB)对齐标准模式右(LSB)对齐标准模式DSP 模式TDM 模式 文章目录 TDM formatTDM format ATDM format BTDM format C总结 TDM format TDM 一般有三种常用操作模式&#xff1a;TDM A mode &#xff0c;TDM B mode 和 TDM C mode&#xff0c; …

【算法系列篇】模拟算法

文章目录 前言1.替换所有问号1.1 题目要求1.2 做题思路1.3 Java代码实现 2. 提莫攻击2.1 题目要求2.2 做题思路2.3 Java代码实现 3. N 字形变换3.1 题目要求3.2 做题思路3.3 Java代码实现 4. 外观数列4.1 题目要求4.2 做题思路4.3 Java代码实现 5. 数青蛙5.1 题目要求5.2 做题思…

安防监控/视频存储/视频汇聚平台EasyCVR如何接入智能分析网关V4?

TSINGSEE青犀AI边缘计算网关硬件 —— 智能分析网关目前有5个版本&#xff1a;V1、V2、V3、V4、V5&#xff0c;每个版本都能实现对监控视频的智能识别和分析&#xff0c;支持抓拍、记录、告警等&#xff0c;每个版本在算法模型及性能配置上略有不同。硬件可实现的AI检测包括&am…

VMware虚拟机安装CentOS7设置静态ip

vim /etc/sysconfig/network-scripts/ifcfg-ens33修改BOOTPROTO的值为static 增加最后那四项&#xff0c;参数在编辑&#xff0c;虚拟网络编辑器里面看

如何远程访问Linux MeterSphere一站式开源持续测试平台

文章目录 前言1. 安装MeterSphere2. 本地访问MeterSphere3. 安装 cpolar内网穿透软件4. 配置MeterSphere公网访问地址5. 公网远程访问MeterSphere6. 固定MeterSphere公网地址 前言 MeterSphere 是一站式开源持续测试平台, 涵盖测试跟踪、接口测试、UI 测试和性能测试等功能&am…

【算法专题突破】双指针 - 和为s的两个数字(6)

目录 1. 题目解析 2. 算法原理 3. 代码编写 写在最后&#xff1a; 1. 题目解析 题目链接&#xff1a;剑指 Offer 57. 和为s的两个数字 - 力扣&#xff08;Leetcode&#xff09; 这道题题目就一句话但是也是有信息可以提取的&#xff0c; 最重要的就是开始的那句话&#…

【LeetCode】19. 删除链表的倒数第 N 个结点

19. 删除链表的倒数第 N 个结点&#xff08;中等&#xff09; 方法&#xff1a;快慢指针 思路 为了找到倒数第 n 个节点&#xff0c;我们应该先找到最后一个节点&#xff0c;然后从它开始往前数 n-1 个节点就是要删除的节点。 对于一般情况&#xff1a;设置 fast 和 slow 两个…

Golang编写客户端SDK,并开源发布包到GitHub,供其他项目import使用

目录 编写客户端SDK&#xff0c;并开源发布包到GitHub1. 创建 GitHub 仓库2. 构建项目&#xff0c;编写代码Go 代码示例&#xff1a;项目目录结构展示&#xff1a; 3. 提交代码到 GitHub仓库4. 发布版本5. 现在其他人可以引用使用你的模块包了 编写客户端SDK&#xff0c;并开源…

个人博客项目测试报告

目录 一. 项目背景 二. 概述 三. 功能测试用例 四. 自动化测试用例 一. 项目背景 项目链接: http://81.70.189.104:8080/login.html 个人博客系统提供了 登录、注册、写博客&发布博客、删除博客、修改博客功能。前端的页面有 登录页、注册页、个人博客列表页、博客详情…

CloudCompare 二次开发(9)——半径滤波

目录 一、概述二、代码集成三、结果展示本文由CSDN点云侠原创,原文链接。如果你不是在点云侠的博客中看到该文章,那么此处便是不要脸的爬虫。 一、概述 使用CloudCompare与PCL的混合编程实现点云半径滤波。半径滤波的算法原理见:PCL 半径滤波器。基于PCL将半径滤波集成到Cl…

c#事件(event)

概述&#xff1a; C#中的事件是一种特殊的委托&#xff0c;它用于实现观察者模式&#xff0c;允许对象在特定事件发生时通知其他对象。 以下是使用C#事件的示例&#xff1a; 首先&#xff0c;定义一个包含事件的类&#xff1a; public class EventPublisher {// 声明一个事…