为什么我不能运行 npm 运行 dev? (节点 js /express js / 类型脚本)

Why I can not run npm run dev? ( node js /express js / type script)

伙计们,你能帮我解决这个问题吗?运行 npm 运行 dev 我的项目(node js /express js / type script)在这里输入代码。我点击了下面的链接,但仍然存在错误。

PS C:\Users\Yasser\Documents\WorkspaceNodeJS\MeanCRA> npm 运行 dev 侦听 ws://127.0.0.1:54617/2ce7f883-35f6-424d-80e5-91471fa1f1e8 的调试器 如需帮助,请参阅 https://nodejs.org/en/docs/inspector

MEANCRA@1.0.0 dev C:\Users\Yasser\Documents\WorkspaceNodeJS\MeanCRA concurrently -n "TS, Node" "npx tsc --watch" "nodemon dist/index.js"

'concurrently' 没有侦察到内部命令
ou externe,un program executable ou un fichier de commandes。 错误!代码生命周期 错误!错误号 1 错误! MEANCRA@1.0.0 开发者:concurrently -n "TS, Node" "npx tsc --watch" "nodemon dist/index.js" 错误!退出状态 1 错误! 错误!在 MEANCRA@1.0.0 开发脚本中失败。 错误!这可能不是 npm 的问题。上面可能有额外的日志输出。

npm 错误!此 运行 的完整日志可在以下位置找到: 错误! C:\Users\Yasser\AppData\Roaming\npm-cache_logs22-02-22T12_57_11_866Z-debug.log

enter image description here

我的代码:

enter image description here

enter image description here

enter image description here

您可能需要升级系统中的 NodeJS。该错误表明使用 yargs-parser 包需要最低 NodeJS 版本 10。