错误!无法确定 运行 的可执行文件 - 每次我加载 VS Code 并尝试打开 Cypress
npm ERR! could not determine executable to run - Every time I load up VS Code and try to open Cypress
基本上按照标题,每次我加载 Visual Studio 代码并转到 运行 'npx open cypress' 我在终端中收到以下消息。
npm 错误!无法确定 运行
的可执行文件
如果我这样做 'npx cypress -v' 它会给我版本详细信息,所以我有点难过。
尝试删除 node_modules 文件夹和 re-running 'npm install' 和 'npm install cypress --save-dev'
由于这个问题,目前不得不使用 .exe 下载 cypress。
只需反转命令
npx cypress open
基本上按照标题,每次我加载 Visual Studio 代码并转到 运行 'npx open cypress' 我在终端中收到以下消息。
npm 错误!无法确定 运行
的可执行文件如果我这样做 'npx cypress -v' 它会给我版本详细信息,所以我有点难过。
尝试删除 node_modules 文件夹和 re-running 'npm install' 和 'npm install cypress --save-dev'
由于这个问题,目前不得不使用 .exe 下载 cypress。
只需反转命令
npx cypress open