Skip to content
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

Firebase : Cannot find module https: any ideas #35

Open
arnoldgr opened this issue May 21, 2024 · 0 comments
Open

Firebase : Cannot find module https: any ideas #35

arnoldgr opened this issue May 21, 2024 · 0 comments

Comments

@arnoldgr
Copy link

We get the following error:

\firebase-functions\lib\providers\https'
Require stack:
C:\Users\jonke\AppData\Roaming\npm\node_modules\firebase-tools\lib\emulator\functionsEmulatorRuntime.js
! Your function was killed because it raised an unhandled error.

Here is our package JSON:

{
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"serve": "firebase emulators:start --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
},
"dependencies": {
"busboy": "^0.3.1",
"express": "^4.17.1",
"firebase": "^8.2.3",
"firebase-admin": "^11.10.0",
"firebase-functions": "^5.0.1"
},
"devDependencies": {
"firebase-functions-test": "^0.1.6"
},
"private": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant