Skip to content

Commit 3b3f954

Browse files
author
tal-rofe
committed
fix: 🐞 use "shell" in exec file command
use "shell" in exec file command
1 parent a2c279f commit 3b3f954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/use/utils/install-library.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ export const installLibraries = async (libraryNames: string[]) => {
2727
await asyncExecFile(npmInfo[2], ['i', '-D', ...transformedLibraryNames], {
2828
cwd: EXLINT_FOLDER_PATH,
2929
timeout: INSTALLATION_TIMEOUT,
30+
shell: true,
3031
});
3132
};

0 commit comments

Comments
 (0)