vue项目启动Cannot read property 'match' of undefined
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue项目启动Cannot read property 'match' of undefined相关的知识,希望对你有一定的参考价值。
参考技术A 运行npm run serve 的时候,报错。错误情况如下:npm ERR! Cannot read property 'match' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache\_logs\2018-08-06T01_49_46_486Z-debug.log
删了项目文件夹下面的package-lock.json,然后再运行
如果还是不行的话,那就执行命令,安装依赖时间会比较长,请耐心等待!!!!
rm -rf node_modules // 删除依赖包
rm package-lock.json // 删除package-lock.json文件
npm cache clear --force // 清楚本地缓存
npm install // 安装依赖
npm run sever // 运行项目
以上是关于vue项目启动Cannot read property 'match' of undefined的主要内容,如果未能解决你的问题,请参考以下文章
vue3项目解决 “TypeError: Cannot read properties of undefined (reading ‘xxx‘)“
TypeError Cannot read properties of undefined (reading ‘matched‘)vue项目创建之后写路由报错
vue 项目报错,提示:Cannot read property '$createElement' of undefined at render ...
TypeError: Cannot read properties of null (reading ‘insertBefore‘) vue项目报错
vue-cli4创建项目导入elementUI,浏览器报错Uncaught TypeError: Cannot read property ‘prototype‘ of undefined
Vue ERROR TypeError: Cannot read property 'upgrade' of undefined