May 2018
Intermediate to advanced
512 pages
11h 3m
English
VS Code provides support for npm scripts out of the box. In order to enable npm script explorer, open VS Code settings and ensure that the "npm.enableScriptExplorer": true property is present. Once you do, you will see an expandable title named NPM SCRIPTS in the Explorer pane, as pointed out with an arrow here:

You can click on any script to launch the line that contains the script in package.json or right-click and select Run to execute the script.
Read now
Unlock full access