Skip to main content

Command Palette

Search for a command to run...

Auto-Complete for Node.js Development with VSCode

Published
1 min readView as Markdown

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 favor of NPM @types -- see README for more information

Use types if typings not work

npm install --save @types/node

image.png

More from this blog

Lifestyle blog 碎碎念

16 posts