When installing Gemini CLI, users encounter a deprecation warning about prebuild-install@7.1.3:
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
This is traced to the package relying on this outdated dependency. Switching from keytar to Github's actively maintained fork @github/keytar resolves this deprecation warning without affecting keychain functionality.
When installing Gemini CLI, users encounter a deprecation warning about
prebuild-install@7.1.3:This is traced to the package relying on this outdated dependency. Switching from
keytarto Github's actively maintained fork@github/keytarresolves this deprecation warning without affecting keychain functionality.