Verdaccio Google Cloud plugin provides Google Cloud Storage (bucket) for package storage and optional Datastore for metadata. Currently at version 11.1.3, it requires Node >=24 and is updated in sync with major Verdaccio releases. Key differentiators: fully managed, scalable cloud storage; supports GCP IAM; integrates with Verdaccio's plugin system (auth, storage, middleware). Stable release cadence follows Verdaccio major versions. Essential for deploying Verdaccio on Google Cloud with persistent, geo-replicated storage.
npm install verdaccio-google-cloudNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows importing the plugin function and storage class, and constructing a GoogleCloudStorage instance with environment-based configuration.
Use import syntax; if using CommonJS, upgrade to Node >=24 and use dynamic import().
Upgrade Node to v24 or later.
Use 'import { GoogleCloudStorage } from 'verdaccio-google-cloud/storage'' instead of main entry.Update imports to ESM syntax (import/export).
Install @google-cloud/datastore as a dependency, or avoid importing that path.
Replace require with import or use dynamic import().
The default export is a function; call it directly (googleCloudPlugin(config)) or use subpath imports for classes.
Install @google-cloud/datastore or remove the import.