gpt4 book ai didi

node.js - 'ts-node' 不是内部或外部命令、可运行程序或批处理文件

转载 作者:IT老高 更新时间:2023-10-28 21:58:42 27 4
gpt4 key购买 nike

我的 Vs Code 终端和命令提示符出现错误,提示 'ts-node' 未被识别为内部或外部命令、可运行程序或批处理文件。 我正在尝试终端中的启动命令 npm run dev 我也添加了我的 package.json 文件。

{
"name": "tsnode",
"version": "1.0.0",
"description": "ts-node experiment.",
"scripts": {
"dev": "nodemon --exec 'ts-node --cache-directory .tscache' ./server.ts",
"start": "ts-node --fast ./server.ts"
},
"author": "Mugesh",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.16.3",
"@types/chalk": "^0.4.31",
"@types/express": "^4.0.35",
"@types/node": "^7.0.18",
"body-parser": "^1.17.1",
"chalk": "^1.1.3",
"express": "^4.15.2",
"nodemon": "^1.11.0",
"ts-node": "^3.0.4",
"typescript": "^2.3.4"
}

}

最佳答案

您需要将 ts-node 安装为全局

npm install -g ts-node

更多信息

https://github.com/TypeStrong/ts-node

关于node.js - 'ts-node' 不是内部或外部命令、可运行程序或批处理文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44764004/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com