Zuhayr
Zuhayr

Reputation: 11

Error: Failed to load external module firebase-admin/firestore: Error: Cannot find module '@opentelemetry/api'

I'm encountering an issue when trying to use firebase-admin with Firestore in my project. Despite having both firebase and firebase-admin installed via npm, I'm seeing the following error when running my application:

Error: Failed to load external module firebase-admin/firestore: Error: Cannot find module '@

I have tried npm install @opentelemetry/api but no luck

Upvotes: 1

Views: 73

Answers (0)

Related Questions