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

Example files that work #13

Open
dylannirvana opened this issue Oct 23, 2018 · 1 comment
Open

Example files that work #13

dylannirvana opened this issue Oct 23, 2018 · 1 comment

Comments

@dylannirvana
Copy link

While I read that PP is easy to use, I am rather new to Meteor and am making some silly mistakes. Is there a fiddle or an example app that shows usage without a mess of configuration? I would like to check my work.

@harrisonhunter
Copy link
Owner

Added this note to the ReadME but wanted to post here in case anyone is subscribed to this thread:

Note: This package is no longer necessary: Note: If you are using a recent version of Meteor or imports, you no longer need this package. You can install the papaparse npm package directly and import it. In the root of your meteor project run meteor npm install --save papaparse. Then, you can import with import Papa from 'papaparse'; or import * as Papa from 'papaparse';

This problem is likely solved by switching to the npm version of the package OR is a problem in the npm version of the package and is thus out of scope for this repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants