Skip to content

Commit

Permalink
try exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Apr 29, 2024
1 parent e37f95c commit f59ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docgen/view/_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ type ResponseObject =
*/
function npmPlatformAwareCommand() {
if (process.platform === 'win32') {
return 'npm.cmd';
return 'npm.exe';
}

return 'npm';
Expand Down

0 comments on commit f59ad90

Please sign in to comment.