每当我尝试 运行 cypress 运行 --record --key xxxx in VScode 终端时,我都会收到一条错误消息

I get an error message whenever I try to run the cypress run --record --key xxxx in VScode terminal

每当我尝试在 VScode 终端中 运行 cypress 运行 --record --key xxxx 时,我都会收到一条错误消息。 这是错误: cypress : 术语 'cypress' 未被识别为 cmdlet、函数、脚本文件或可操作文件的名称 程序。检查名称的拼写,或者如果包含路径,请验证路径是否正确,然后重试。

您似乎缺少 npx 前缀,请重试:

npx cypress run --record --key <key goes here>