Code Monkey home page Code Monkey logo

Comments (11)

alberthaff avatar alberthaff commented on September 2, 2024 6

@DaviR87 Thanks.

It seem to be an issue with the latest papaparse release.
Papaparse@latest was 4.4.0 when i uploaded [email protected]. Version 4.5 has since been released. It works fine when i install [email protected].

Hotfix:
Run npm i [email protected] in your project. This will force the ngx-papaparse to use [email protected] instead of [email protected].

I'll investigate further, and upload a patch once a permanent fix has been found.

from ngx-papaparse.

DaviR87 avatar DaviR87 commented on September 2, 2024 1

@alberthaff It works now. Thank you for this temp fix!

from ngx-papaparse.

remeezp avatar remeezp commented on September 2, 2024 1

@alberthaff, thanks very much it's working.

from ngx-papaparse.

alberthaff avatar alberthaff commented on September 2, 2024

Hi. Which version of Angular, ngx-papaparse and ng cli you are using?

from ngx-papaparse.

DaviR87 avatar DaviR87 commented on September 2, 2024

Same here

angular: 6.0.3
angular/cli: 6.0.7
ngx-papaparse: 3.0.0-beta.0

from ngx-papaparse.

rickyrojas1 avatar rickyrojas1 commented on September 2, 2024

still getting this error with the latest ngx-papaparse....is there any fix?

from ngx-papaparse.

brannon-darby avatar brannon-darby commented on September 2, 2024

works for me with the temp fix

#26 (comment)

from ngx-papaparse.

rickyrojas1 avatar rickyrojas1 commented on September 2, 2024

I was able to get it after restarting vsCode. Thank you!

from ngx-papaparse.

mgoku avatar mgoku commented on September 2, 2024

It is related to issue #517 in Papaparse itself.

I think, for temporary fix, we can lock version 4.4.0 of Papaparse as dependency for ngx-papaparse.

"dependencies": {
    "papaparse": "4.4.0"
},

from ngx-papaparse.

alberthaff avatar alberthaff commented on September 2, 2024

@mgoku Yes. It does not seem like something that will be fixed in the near future, so I will change the dependency to papaparse@~4.4.0 in the next release.

edit:
Please use [email protected] in order to get around this problem.

from ngx-papaparse.

alberthaff avatar alberthaff commented on September 2, 2024

The problem seems to have been solved as of [email protected].

Can anybody confirm this, by running following in a project where you are using ngx-papaparse?

If you are not receiving any errors, the problem has been solved.

from ngx-papaparse.

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.