VSCode - enable NPM on Visual Studio Code

0 votes
276 views
added Mar 28, 2019 in VSCode by LC Marshal Captain (25,790 points)
recategorized Apr 2, 2019 by LC Marshal

The following steps only work for machine that has node.js and npm ready.

Open VSCode > Ctrl+P, write ext install npm script runner > enter > extension (left panel) > click 'npm support for vs code' > install > restart VSCode > done!

Test your npm command on the terminal

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...