Giter Club home page Giter Club logo

Comments (7)

AyoLaja avatar AyoLaja commented on May 24, 2024 2

Facing the same problem, was anyone able to get around it?

from google-translate-api.

rdhenderson avatar rdhenderson commented on May 24, 2024

I'm getting the same error trying to use this module with create-react-app. From what I can tell, its a webpack issue based on how a library is being "required". It can be worked around by ejecting, anyone have a notion on how to resolve without that?

screen shot 2017-09-12 at 3 49 50 pm

from google-translate-api.

bahablgn avatar bahablgn commented on May 24, 2024

For the browser support i have used Browserify to convert the code, as a result , the converted file translate.js its about 300 kb and when i use that ı got an error:

Uncaught TypeError: Cannot read property 'prototype' of undefined at patch (translater.js:10974) at Object.<anonymous> (translater.js:10835) at Object.66../fs.js (translater.js:11072) at s (translater.js:1) at translater.js:1 at Object.56.dot-prop (translater.js:9695) at s (translater.js:1) at translater.js:1 at Object.62.configstore (translater.js:10159) at s (translater.js:1)

ssdd

from google-translate-api.

theGABS avatar theGABS commented on May 24, 2024

The same trouble!

from google-translate-api.

Viiinc avatar Viiinc commented on May 24, 2024

Same problem here, any update?

from google-translate-api.

Enfernuz avatar Enfernuz commented on May 24, 2024

It has to do with the configstore module, which is used by the google-translate-token module to store the token. configstore uses graceful-fs module that is not compatible with browserify (see https://stackoverflow.com/a/42012528/2031954).
I could get away with a hack that involved editing the source code of google-translate-token to make it use another library for token persistence (I chose data-store). Little change is required (essentially, I had to change only the require line) , but nonetheless it is not a clean solution.

from google-translate-api.

apoplexe avatar apoplexe commented on May 24, 2024

same problem

from google-translate-api.

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.