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
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
What you're trying to do
I was doing an "npm install" of this package and the build folder @google-cloud/bigquery-storage/build
appeared to have only the package.json file. All import statements (Typescript) that referred to this module reported that
Cannot find module '@google-cloud/bigquery-storage' or its corresponding type declarations.ts(2307)
What code you've already tried
I checked the npm repository's files and it did look strange:
I switched to use the fixed version 4.6.0 and more files became available in the build foler.
Any error messages you're getting
All builds of my service that were built successfully some days ago are now failing because of that.
Can someone have a look please? The issue seems just that build files weren't packaged/uploaded onto 4.7.0 on npm.
Hi there,
I was doing an "npm install" of this package and the build folder
@google-cloud/bigquery-storage/buildappeared to have only the
package.jsonfile. All import statements (Typescript) that referred to this module reported thatI checked the npm repository's files and it did look strange:
I switched to use the fixed version 4.6.0 and more files became available in the
buildfoler.All builds of my service that were built successfully some days ago are now failing because of that.
Can someone have a look please? The issue seems just that build files weren't packaged/uploaded onto 4.7.0 on npm.
Regards,
Lee