标签: angular automation installation automated-tests testcafe
在这里,我在编译 Angular 应用程序时附上了我的错误的屏幕截图。
我已经在全局项目中安装了 TestCafe ,但仍然会发生此错误,因此请为此提供解决方案。
先谢谢了。
答案 0 :(得分:0)
只需要在 package,json 文件
"devDependencies": { "testcafe": "*" }
现在我们需要再次编写此命令。
npm install