Emerson Jair Reis Oliveira da Silva

Results 15 comments of Emerson Jair Reis Oliveira da Silva

Using `rmdir /s` along with of `rm -rf`? Like `rm -rf || rmdir /s` or even using https://www.npmjs.com/package/rimraf

I haven't got a Windows machine to tell you, but that should work.

Also, the application has .gitignore, angular.json, package.json (2 actually, one inside app/) and I think this should not really be part of an application, they are part of the workspace

Thanks for this! I will have a look soon

I've tried using the docker save/load strategy but it does not work when the Dockerfile has a COPY/ADD command because the SHA produced is always different, I'm not sure why...

Actually, the emulator should support Node 8 by now, but this package hasn't got a release for a while now. Check the package.json engines property: https://github.com/GoogleCloudPlatform/cloud-functions-emulator/blob/master/package.json#L8 That was done on...

I am having the same issue, thanks for the workaround!

I believe this is related to PHP 7.3, I was upgrading my stack from 7.2 to 7.3 and it failed with that error message.

This has been closed as pat of #101 , I can't close it though as I'm not a maintainer.

This should be closed as they have released 1.1.7 with Guzzle 7, although I believe this should have been at least 1.2 but ideally, 2.0 as this does break if...