npm测试失败,没有任何错误消息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm测试失败,没有任何错误消息相关的知识,希望对你有一定的参考价值。

测试失败,没有错误,只是上面的消息。

我的测试脚本是:

"test": "TEST=true tape test/core/*.js test/core/ui/user-interface.js test/core/modules/QR.js | tap-spec; browserify test/core/modules/image-sequencer.js test/core/modules/chain.js test/core/modules/meta-modules.js test/core/modules/replace.js test/core/modules/import-export.js test/core/modules/run.js test/core/modules/dynamic-imports.js test/core/util/parse-input.js test/core/modules/benchmark.js| tape-run --render="tap-spec"", 

眼镜:

  • 操作系统:Ubuntu 18.04.1
  • 节点:10.15.3
  • npm:6.4.1
答案

您提供的测试脚本是有限的,但首先要突出的是在测试值结束时逃避您的报价tape-run --render =“tap-spec”“to to

“test”:“TEST = true tape ... | tape-run --render = ”tap-spec “”,

你应该包括整个package.json文件,因为我想知道你是否需要一个require(“babel-register”)以及所需的依赖项What does "register" mean in "babel/register"

以上是关于npm测试失败,没有任何错误消息的主要内容,如果未能解决你的问题,请参考以下文章

xcode 构建失败,错误代码 65,没有指示性消息

詹金斯:没有sudo的npm安装失败

Xcode:构建失败,但没有错误消息

Xcode 构建失败没有显示相关的错误消息

使用 Travis-ci 在 pypi 上部署包失败,没有任何错误消息

谁能告诉我为啥我从 GitLab 收到此“错误:作业失败:退出代码 1”消息?