-
Notifications
You must be signed in to change notification settings - Fork 509
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
build does not include required files from firebase #84
Comments
@danielroe Can you please check on this? |
@danielroe Kindly reminder for this :) |
I can't reproduce this issue. Steps:
{
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"firebase-admin": "^10.1.0",
"firebase-functions": "^3.20.1",
"firebase-functions-test": "^2.0.0",
"nuxt": "npm:nuxt3@latest"
},
"dependencies": {
"firebase": "^9.6.1"
}
}
Is it possible the issue is that you didn't add the required dependencies? |
Just to make sure: The reproduction project was not meant to be run in a firebase environment, but in a nodejs server |
Sorry, my mistake! |
@Abhayprince I don't remember, unfortunately. I might have used a different version at the time |
Closing since this issue had been stalled for a while. Please feel free to open a new issue with fresh reproduction if having similar issues 🙏🏼 |
Environment
Windows_NT
v16.13.1
3.0.0-27338323.1e98259
npm@8.3.0
Vite
-
-
-
Reproduction
https://github.com/AlexDicy/nuxt-min-reproduction
Describe the bug
Moved from nuxt/nuxt#13131
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: