【发布时间】:2018-11-13 03:08:15
【问题描述】:
- 我安装node js和visual studio code,创建文件夹并打开cmd
- 输入 npm init
- 输入 npm install cypress 并等待完成
- 我打开 Visual Studio 代码并运行命令: " ./node_modules/.bin/cypress 打开" 但是什么也没发生。赛普拉斯无法打开。 我尝试了其他方式作为使用:npm run cypress:open,但它也没有打开。
我在 Window 10、node js 8.12、visual studio 代码版本 1.27.2 上运行 在其他 PC 中,cypress 在终端中使用 Windows PowerShell 正常工作,但在错误 PC 中它只能使用 cmd 运行。
【问题讨论】:
-
你收到了什么错误信息?
标签: node.js visual-studio cypress