-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: use script to call npm and node on macOS
On macOS, if Android Studio is not started through the command line, the PATH environment variable will probably not contain the location of node and npm due to macOS environment variables in Windowed Applications not being the same. This commit adds code to create a helper script that calls npm after adding the PATH elements that are available during the plugin's install, so that npm and node can be called when the Gradle build is started by Android Studio.
- Loading branch information
1 parent
3cc78d6
commit 41f7dce
Showing
2 changed files
with
84 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters