Skip to content

Commit

Permalink
Update command.js
Browse files Browse the repository at this point in the history
Possible fix when running in app mode
  • Loading branch information
dhodvogner authored Mar 1, 2024
1 parent b801973 commit 289e467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const runCommand = (args, handlers) => {
cwd: process.cwd(),
env: {
HOME: process.env.HOME,
PATH: process.env.PATH + ':/usr/local/bin' // PATH doesn't include /usr/local/bin on macOS by default
PATH: process.env.PATH + ':/usr/local/bin:/opt/homebrew/bin:' // PATH doesn't include /usr/local/bin on macOS by default
}
})

Expand Down

0 comments on commit 289e467

Please sign in to comment.