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
After updating firebase-functions to 3.17.0, I am facing an issue while deploying the changes.
firebase deploy --only functions
node_modules/firebase-functions/lib/cloud-functions.d.ts(5,10): error TS2305: Module '"./common/manifest"' has no exported member 'ManifestEndpoint'. node_modules/firebase-functions/lib/cloud-functions.d.ts(5,28): error TS2305: Module '"./common/manifest"' has no exported member 'ManifestRequiredAPI'. node_modules/firebase-functions/lib/providers/https.d.ts(3,10): error TS2305: Module '"../common/manifest"' has no exported member 'ManifestEndpoint'. node_modules/firebase-functions/lib/providers/https.d.ts(3,28): error TS2305: Module '"../common/manifest"' has no exported member 'ManifestRequiredAPI'.
Reverting back to 3.16.0 in package.json resolves the issue for me.
Zelfapp, taeold, Leo-Newie, fobo66, JarnoRFB and 7 more