Error: Cannot find module 'semver'
See original GitHub issueEnvironment 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!
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Npm install cannot find module 'semver' - Stack Overflow
Solution:Delete the npm-cache/npm folder in the installation directory of nodejs. In windows, it is in C:/User/Username/Appdata/Roaming/npm(or npm_cache). and ...
Read more >Npm can't find module "semver" error in Ubuntu 19.04
It asked me to run command 'npm ci' from which I started getting this error. I tried reinstalling npm but it won't work....
Read more >Fix for Cannot Find Module 'Semver' on Ubuntu 20.04 #125
Fix for Cannot Find Module 'Semver' on Ubuntu 20.04 I was unable to run npm run setup --silent and npm run dev until...
Read more >JavaScript : Npm install cannot find module 'semver' - YouTube
JavaScript : Npm install cannot find module ' semver ' [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] JavaScript : Npm install ......
Read more >Cannot find module semver - DavidBuckell.com
Cannot find module semver ... Where #.#.# is the version you downloaded. Close terminal & open new instance. Then verify installation using: node...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The release for v0.18 is on its way to NPM.
This should have been addressed with https://github.com/googleapis/gax-nodejs/commit/39e38ee12bfd91d9125fc1c4f1c6c0276ca11ecf#diff-b9cfc7f2cdf78a7f4b91a753d10865a2. It hasn’t been included in a release yet, but I am going to try to push out a release by the end of the week. Thanks!