vscode nodejs智能提示功能插件typings安装

vscode nodejs智能提示typings安装

逐一执行下面代码

// 下载rypings包
cnpm install -g typings
//查看是否安装
typings -v 
// 进入项目文件下安装
typings init
//安装 node 插件
typings install dt~node --global --save

你可能感兴趣的:(vscode nodejs智能提示功能插件typings安装)