vue项目报错

1、Syntax Error: TypeError: Cannot read property ‘parseComponent’ of undefined在这里插入图片描述

原因:是vue-template-compiler 升级版本后 parseComponent函数已被删除,导致 component-compiler-utils报错。

解决办法:

  • 删除旧版本:
    npm uninstall @vue/component-compiler-utils
  • 更新最新版本:
    npm install --dev @vue/component-compiler-utils@3.2.0
  • 如果vue-template-compiler版本不是2.6.11
    把vue-template-compiler版本改为2.6.11

2、安装依赖显示没有权限

operation not permitted, lstat 'D:\lily\project\node_modules\html-entities\lib'
具体报错如下:

npm ERR! code EPERM
npm ERR! syscall lstat
npm ERR! path D:\lily\project\node_modules\html-entities\lib
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, lstat 'D:\lily\project\node_modules\html-entities\lib'
npm ERR!  [OperationalError: EPERM: operation not permitted, lstat 'D:\lily\project\node_modules\html-entities\lib'] {
npm ERR!   cause: [Error: EPERM: operation not permitted, lstat 'D:\lily\project\node_modules\html-entities\lib'] {
npm ERR!     errno: -4048,
npm ERR!     code: 'EPERM',
npm ERR!     syscall: 'lstat',
npm ERR!     path: 'D:\\lily\\project\\node_modules\\html-entities\\lib'
npm ERR!   },
npm ERR!   stack: "Error: EPERM: operation not permitted, lstat 'D:\\lily\\project\\node_modules\\html-entities\\lib'",
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'lstat',
npm ERR!   path: 'D:\\lily\\project\\node_modules\\html-entities\\lib',
npm ERR!   parent: 'project'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     F:\nodejs\node_cache\_logs\2021-07-22T03_56_17_952Z-debug.log

原因:最开始以为是权限不够,但是感觉有点奇怪,我就是管理员,后面查了下,是缓存的问题,清理下缓存就行,不用管理员权限。

解决方法:

  1. 直接清除缓存npm cache clean --force,命令执行成功后在重新安装就好了
  2. 删除npmrc文件。
    强调:不是nodejs安装目录npm模块下的那个npmrc文件而是在C:\Users{账户}\下的.npmrc文件.

3.Avoided redundant navigation to current location: “/”

见链接:https://blog.csdn.net/weixin_43242112/article/details/107595460

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值