Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install firebase after upgrade to "v5.0.4" #879

Closed
modifyljf opened this issue May 30, 2018 · 4 comments
Closed

Can't install firebase after upgrade to "v5.0.4" #879

modifyljf opened this issue May 30, 2018 · 4 comments

Comments

@modifyljf
Copy link

modifyljf commented May 30, 2018

Environment

  • Operating System version: windows 10
  • Firebase SDK version: 5.0.4
  • Firebase Product: FCM(Firebase cloud messaging)

Problem

Steps to reproduce:

Can't install firebase after upgrade to "v5.0.4".
If I remove the package from package.json,
Everything is fine.

Go3Solutions@Go3Solutions MINGW64 ~/projects/ez2eat/ez2eat-backend (develop)
$ yarn add firebase
yarn add v1.3.2
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/protobufjs: Not found".
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\Go3Solutions\\projects\\ez2eat\\ez2eat-backend\\yarn-
error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Go3Solutions@Go3Solutions MINGW64 ~/projects/ez2eat/ez2eat-backend (develop)
$ yarn add firebase --save
yarn add v1.3.2
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/protobufjs: Not found".
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\Go3Solutions\\projects\\ez2eat\\ez2eat-backend\\yarn-
error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Go3Solutions@Go3Solutions MINGW64 ~/projects/ez2eat/ez2eat-backend (develop)
$ npm install protobufjs
npm ERR! code E404
npm ERR! 404 Not Found: protobufjs@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Go3Solutions\AppData\Roaming\npm-cache\_logs\2018-05-30T01_31_25_040Z-debug.log
@google-oss-bot
Copy link
Contributor

Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight.

@bdeo
Copy link

bdeo commented May 30, 2018

Confirmed here on Mac OSX with firebase auth/database/storage.

Seems related to #872

@jshcrowthe
Copy link
Contributor

Just tried to repro this on my machines to no avail. Can you try verify'ing (and/or clearing) your NPM/yarn cache and trying again? Let me know if this is still an error.

@modifyljf
Copy link
Author

modifyljf commented May 30, 2018 via email

@firebase firebase locked and limited conversation to collaborators Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants