davidroyer / nuxt-ssr-firebase

Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting
https://nuxtssrfire.firebaseapp.com/
278 stars 62 forks source link

yarn setup missing in docs? #15

Open WeAspireDev opened 5 years ago

WeAspireDev commented 5 years ago

When I first ran yarn build it threw an error nuxt command not found, then I ran yarn setup and got error something like non compatible node version mine is 10.8 and it expect 8. I ran yarn build again now this time it didn't fail. Then I ran yarn deploy and I got error as firebase function not found so I ran npm install in prod/server , then again yarn deploy and the app was deployed successfully!

mime55 commented 5 years ago

Had the exact same experience. Your post helped me solve it though, so thanks!