Environment details
- OSX 10.13.6 and GCF with nodejs8
- Node.js version: 8.12.0
- npm version: 6.4.1
@google-cloud/firestore version: 0.17.0
Steps to reproduce
- Try run a any query against firestore
- Get "Error: Cannot find module 'semver'"
I god the same error when i deply to GCF europe-west1, when i change the library back to 0.16.0 all works fine.
Thanks!