Code Monkey home page Code Monkey logo

Comments (14)

leecheuk avatar leecheuk commented on September 26, 2024 30

While we wait for this, hopefully this helps.

npm uninstall react-google-login
npm install @leecheuk/react-google-login

@leecheuk/react-google-login is a fork of anthonyjgrove/react-google-login and has plugin_name support & updated peerDependency for React 18.

from react-google-login.

anhdiepmmk avatar anhdiepmmk commented on September 26, 2024 4

pls do support react 18 i'm wating for this

from react-google-login.

nebulae avatar nebulae commented on September 26, 2024 2
npm install @leecheuk/react-google-login

the real mvp, merci for this

from react-google-login.

leecheuk avatar leecheuk commented on September 26, 2024 1

While we wait for this, hopefully this helps.

npm uninstall react-google-login
npm install @leecheuk/react-google-login

@leecheuk/react-google-login is a fork of anthonyjgrove/react-google-login and has plugin_name support & updated peerDependency for React 18.

sadly, it doesnt work for me either: "Can't resolve 'react-google-login'"

Have you tried clean cache or delete node_modules?

# Delete node_modules
rm -rf node_modules

# Clean npm cache
npm cache clean --force

npm install

from react-google-login.

rossanag avatar rossanag commented on September 26, 2024 1

Thanks for your quick response, I will try later on and let you know. (I couldn't open an issue in your repo)
OS: Ubuntu 22.04

from react-google-login.

mohammed-shaheer-c avatar mohammed-shaheer-c commented on September 26, 2024 1

i was using this npm install @leecheuk/react-google-login
but the error is coming You have created a new client application that uses libraries for user authentication or authorization that are deprecated. New clients must use the new libraries instead

from react-google-login.

dani69654 avatar dani69654 commented on September 26, 2024

Following

from react-google-login.

BillyG83 avatar BillyG83 commented on September 26, 2024

React 18 was like soooooo last spring 😅 LFG!!

from react-google-login.

rossanag avatar rossanag commented on September 26, 2024

While we wait for this, hopefully this helps.

npm uninstall react-google-login
npm install @leecheuk/react-google-login

@leecheuk/react-google-login is a fork of anthonyjgrove/react-google-login and has plugin_name support & updated peerDependency for React 18.

sadly, it doesnt work for me either: "Can't resolve 'react-google-login'"

from react-google-login.

mrprince123 avatar mrprince123 commented on September 26, 2024

Hey I am also facing the same problem. Please help me I want to install react-google-login

from react-google-login.

mrprince123 avatar mrprince123 commented on September 26, 2024

Hope this will help

from react-google-login.

oksurya avatar oksurya commented on September 26, 2024

use @react-oauth/google

from react-google-login.

jenishkhunt01 avatar jenishkhunt01 commented on September 26, 2024

@leecheuk
Very much helpful. much appreciated.

from react-google-login.

tariqrasheed172001 avatar tariqrasheed172001 commented on September 26, 2024

i was using this npm install @leecheuk/react-google-login but the error is coming You have created a new client application that uses libraries for user authentication or authorization that are deprecated. New clients must use the new libraries instead

npm i gapi-script

add this in your app.js or index.js where routes has been defined
import { gapi } from 'gapi-script';

gapi.load("client:auth2", () => {
gapi.client.init({
clientId:
"*****.apps.googleusercontent.com",
plugin_name: "chat",
});
});

from react-google-login.

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.