Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我尝试安装 Nodeunit,但是当我尝试运行 nodeunit 命令时,它只会给出错误。下面的截图是错误的。任何帮助将不胜感激。
运行窗口 10 并使用命令“npm install nodeunit -g”安装
屏幕截图上的错误表明您没有默认情况下 nodeunit 从中获取测试的文件夹,您必须在当前目录中创建名为“test”的文件夹,并将其放入测试文件中