我正在尝试在Mac上的vs代码中从终端运行代码生成脚本,但是每次遇到以下错误:
*
这是我尝试运行的ps1脚本:
cmd: "..\node_modules\.bin\nswag" run
cmd : The term 'cmd' is not recognized as the name of a cmdlet,
function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At ...
有什么提示吗?非常感谢。