Auto-Complete for Node.js Development with VSCode
Install package typings globally
npm install typings -g
Install plug-in in project folder
typings install dt~node --global --save
If node version not compatible, will hit deprecation error.
npm WARN deprecated typings@2.1.1: Typings is deprecated in...
fabiochen.hashnode.dev1 min read