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 544d72f commit c3c0ec9Copy full SHA for c3c0ec9
lib/services/plugins-service.ts
@@ -101,7 +101,7 @@ export class PluginsService implements IPluginsService {
101
}
102
103
public ensureAllDependenciesAreInstalled(): IFuture<void> {
104
- return this.$childProcess.exec("npm install");
+ return this.$childProcess.exec("npm install ", { cwd: this.$projectData.projectDir });
105
106
107
public getAllInstalledPlugins(): IFuture<IPluginData[]> {
0 commit comments