We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cb1f7 commit ccb0c1aCopy full SHA for ccb0c1a
internal/npm.go
@@ -31,7 +31,7 @@ func (b NPM) InstallPackages(packages []string) error {
31
logrus.Info("no npm packages to install")
32
return nil
33
}
34
- logrus.Info("Installing vscode extensions:", packages)
+ logrus.Info("Installing npm packages:", packages)
35
args := append([]string{"install", "--global"}, packages...)
36
_, err := b.Commander(npmExe, args...)
37
if err != nil {
0 commit comments