Vue 3.0 yarn test 进行测试时报错

Posted webblog-gqs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue 3.0 yarn test 进行测试时报错相关的知识,希望对你有一定的参考价值。

yarn test 执行报错
Error: ENOSPC: no space left on device, write
    at Object.writeSync (fs.js:568:3)
    at Object.writeFileSync (fs.js:1199:26)
    at Object.writeFileSync (D:\project\jest\node_modules\jest-serializer\build\index.js:196:21)
    at HasteMap._persist (D:\project\jest\node_modules\jest-haste-map\build\index.js:947:31)
    at D:\project\jest\node_modules\jest-haste-map\build\index.js:497:17
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (D:\project\jest\node_modules\jest-haste-map\build\index.js:193:24)
    at _next (D:\project\jest\node_modules\jest-haste-map\build\index.js:213:9)
    at process._tickCallback (internal/process/next_tick.js:68:7)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
检查后发现是空间不够出错
  1. 检查C盘空间。

  2. 将node_module 删了重新下载。

以上是关于Vue 3.0 yarn test 进行测试时报错的主要内容,如果未能解决你的问题,请参考以下文章

spring使用junit进行测试时报错,出现空指针

spring使用junit进行测试时报错,出现空指针

react配置完装饰器之后运行yarn start时报错

使用spring-test时报错

Vue+Typescript中在Vue上挂载axios使用时报错

vue-cli3.0项目启动报错