Code Monkey home page Code Monkey logo

Comments (14)

mabatak1 avatar mabatak1 commented on July 4, 2024 35

npm install react-native [email protected] --save

from caliper.

JulienGuo avatar JulienGuo commented on July 4, 2024 10

solved :
1、do not use root user
2、install node-gyp in global way . Such as install in ubuntu : sudo apt-get install node-gyp

from caliper.

rbatty19 avatar rbatty19 commented on July 4, 2024 2

for me works this:

package.json

"dependencies": {
    "firebase": "^5.0.2"
  },
 "resolutions": {
    "grpc": "^1.12.0"
  }
grpc/grpc#15403 (comment)

from caliper.

ishandutta2007 avatar ishandutta2007 commented on July 4, 2024 1

I needed to downgrade node from 10.12 to 8.11

node -v

v10.12.0

npm install -g n
n 8.11.1
mode -v

v8.11.1

from caliper.

hs41-18 avatar hs41-18 commented on July 4, 2024

npm install react-native [email protected] --save

it definitely saved hours of mine. could you please explain the reason behind? (for me just to understand)

from caliper.

samthomson avatar samthomson commented on July 4, 2024

Changing firebase from 4.6.0 to 4.6.2 worked for me too, thanks.

from caliper.

Nazeerahmad1996 avatar Nazeerahmad1996 commented on July 4, 2024

npm install react-native [email protected] --save

I have been looking for the solution for 1 month.
Thank you so much.
Can you please tell why firebase was causing error?

from caliper.

RevanthSivalingam avatar RevanthSivalingam commented on July 4, 2024

npm install react-native [email protected] --save

Thanks, it's working !!

from caliper.

adimunteanu avatar adimunteanu commented on July 4, 2024

npm install react-native [email protected] --save
This saved my day, it's working!

from caliper.

 avatar commented on July 4, 2024

It worked for me as well. THANKS!

from caliper.

andypapmedialight avatar andypapmedialight commented on July 4, 2024

npm install react-native [email protected] --save

BINGO!
Cheers.

from caliper.

komalbarge45 avatar komalbarge45 commented on July 4, 2024

It works for me. Thanks!

from caliper.

Hdezhkam avatar Hdezhkam commented on July 4, 2024

npm install firebase --force

from caliper.

Jchinonso avatar Jchinonso commented on July 4, 2024
"resolutions": {
    "grpc": "^1.12.0"
  }

Then use yarn to install

from caliper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.