Error from chokidar (D:\): Error: EBUSY: resource busy or locked, lstat ‘D:\DumpStack.log.tmp‘
重要的不是框框里的那一句,而是上一句:This dependency was not found:这个vue报错其实是提醒你需要导入相应的依赖,比如我缺的依赖是,axios和ase的依赖,百度一下,分别在此项目的命令行中输入:
·
重要的不是框框里的那一句,而是上一句:This dependency was not found:
这个vue报错其实是提醒你需要导入相应的依赖,比如我缺的依赖是,axios和ase的依赖,百度一下,分别在此项目的命令行中输入:
npm install axios
npm install crypto-js
更多推荐
已为社区贡献1条内容
所有评论(0)