6、Vue创建项目页面报错Cannot read properties of undefined (reading ‘indexOf‘)

6、Vue创建项目页面报错Cannot read properties of undefined (reading ‘indexOf‘)

当初次创建Vue项目的时候,若出现类似以下的错误:Cannot read property ‘indexOf‘ of undefined
那么这个时候我们就需要安装一个yarn管理器:

在cmd窗口安装一个yarn管理器即可(要以管理员身份运行cmd窗口)

npm install -g yarn

详情请阅:https://blog.csdn.net/D_Zhou_Sir/article/details/124946646

你可能感兴趣的:(自我提升,vue.js,前端,javascript)