【问题标题】:How can I call npx cypress open or npx cypress run from in Ubuntu 21.04 terminal?如何在 Ubuntu 21.04 终端中调用 npx cypress open 或 npx cypress run?
【发布时间】:2021-07-05 05:20:56
【问题描述】:

如何在 Ubuntu 21.04 中调用 npx cypress opennpx cypress run

目录位置: \node_modules\cypress\bin

【问题讨论】:

  • 请勿发布代码、数据、错误消息等的图片 - 将文本复制或输入到问题中。 How to Ask

标签: ubuntu cypress


【解决方案1】:

缓存文件夹是否包含...cache/Cypress/6.6.0...

如果没有,请尝试重新安装该特定版本,npm i -D cypress@6.6.0yarn add -D cypress@6.6.0

根据Installation - Operating system 你有正确的路径。您最近使用cypress cache clear 清除缓存了吗?

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-04-26
    • 1970-01-01
    • 1970-01-01
    • 2022-06-20
    • 2021-03-03
    相关资源
    最近更新 更多