全域性安裝ts-node,typescript,並執行

走走停停走走發表於2024-08-29

# Locally in your project.
npm install -D typescript
npm install -D ts-node

# Or globally with TypeScript.
npm install -g typescript
npm install -g ts-node

# Depending on configuration, you may also need these
npm install -D tslib @types/node

相關文章