Gregory TAPPERO

Results 11 comments of Gregory TAPPERO

I have redone an installation from scratch on a Vagrant vm with ansible and still experience the same issue.

Right they do not. I digged a bit deeper and at one point I thought it was the distutils upload method from Python 2.7.8 on Mac going wrong during the...

Yes let us know and count me in.

Any updates ? April 2018, using latest Nuxt instead of nuxt-edge is close to be working. I am Investigating `Failed to emulate nuxtssr` on `yarn serve`

Same issue with latest commit. On one side we need node 8 to get async/await in our functions code and on the other we cant use node 8 on `GoogleCloudPlatform/cloud-functions-emulator`.

@BlueT I am trying nvm current v8.16.0 npx functions --version 1.0.0-beta.5 I used `yarn install git://github.com/GoogleCloudPlatform/cloud-functions-emulator.git` ```=== Serving from '/Users/greg/code/perso/nuxt2-ssr-firebase'... i functions: Preparing to emulate functions. i hosting: Serving hosting...

@BlueT I am trying nvm current v8.16.0 npx functions --version 1.0.0-beta.5 I used `yarn install git://github.com/GoogleCloudPlatform/cloud-functions-emulator.git` ```=== Serving from '/Users/greg/code/perso/nuxt2-ssr-firebase'... i functions: Preparing to emulate functions. i hosting: Serving hosting...

Ok I did functions stop, uninstall then installed the pinned beta.5 branch. I am making progress. ```=== Serving from '/Users/greg/code/perso/nuxt2-ssr-firebase'... i functions: Preparing to emulate functions. i hosting: Serving hosting...

I have it here https://github.com/coulix/nuxt2-ssr-firebase ``` yarn setup yarn serve ``` https://nuxt-test-96b4a.firebaseapp.com/ ``` Renderer is loaded but not all resources are unavailable! Please check /srv/nuxt/dist/server existence. ``` https://github.com/nuxt/nuxt.js/issues/5549

@BlueT Thank you so much for the investigation! I will pursue this bug onto Nuxt then.