You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing google_workspace_mcp on Termux (Android/arm64) fails because one of its dependencies, node-keytar, fails to compile its native module. This is a known issue on Termux-based architectures where prebuilt binaries are unavailable.
Impact
Users on Termux cannot install this package without specific workarounds.
Workaround
The native module compilation for keytar needs to be handled separately.
Install google_workspace_mcp bypassing script execution:
Once you have a functional, globally installed keytar, you can install this extension while ignoring the failing build scripts:
Description
Installing
google_workspace_mcpon Termux (Android/arm64) fails because one of its dependencies,node-keytar, fails to compile its native module. This is a known issue on Termux-based architectures where prebuilt binaries are unavailable.Impact
Users on Termux cannot install this package without specific workarounds.
Workaround
The native module compilation for
keytarneeds to be handled separately.Install Build Tools (if not already present):
Fix/Build Keytar Globally:
Follow the workaround provided in the
node-keytarrepository: Installation fails in Termux (Android) github/node-keytar#22Install
google_workspace_mcpbypassing script execution:Once you have a functional, globally installed
keytar, you can install this extension while ignoring the failing build scripts:This approach allows installation on Termux environments by bypassing the problematic native compilation step during the extension's installation.