-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find a declaration file for module '@google-cloud/vision' #3
Comments
How did you solve it? |
A quick hacky fix was to reimplement the function in javascript. |
@rzvAmmar can you share your fix, please. |
const admin = require('firebase-admin'); admin.initializeApp() exports.fileUploaded = functions.storage.object().onFinalize(async (object) => {
}); |
Hi,
Thanks for sharing.
there's an error with the following command
I have dependency @google-cloud/vison: "^0.24.0" in package.json
How should I solve this issue, thanks?
The text was updated successfully, but these errors were encountered: