BruceOuyang / issuelist

用于记录日常碰到的各种问题和经验总结 (请看Issues)
4 stars 2 forks source link

Typescript in Action #129

Open BruceOuyang opened 1 year ago

BruceOuyang commented 1 year ago

1、nodejs install 完后,在 vscode 中找不到 node 命令

2、npm install typescript 后,提示 tsc : 无法将“tsc”项识别为 cmdlet、函数...

npm install typescript -g

3、