Note:
If you are using a workspace, a list of projects will be displayed.
Select the project you wish to npm install from the displayed projects.
In addition, if you are using Function 3, please create "npm-installs_setting.json" directly under each project.
"npm install" in all directories where package.json currently exists in the project.
Open the command palette and select "npm-install-all".
npm install" in all directories where package.json exists directly under the project in all directories where package.json exists.
Open the command palette and select "npm-install-single".
Enter the directory where you want to "npm install" in the input box that appears.
npm install in all specified directories.
Create a file "npm-installs_setting.json" directly under the project folder.
Describe the directory to "npm install" in the json file created in step 1.
ex)
{
"dir": [
"",
"dir1",
"dir2"
]
}
Note: Under the project, use "".
Open the command palette and select "npm-install-multi".