harrisonhunter / papa-parse-meteor

Papa Parse packaged for Meteor
MIT License
19 stars 6 forks source link

error: Cannot find module 'extend' #9

Open SkywardSolutions opened 8 years ago

SkywardSolutions commented 8 years ago

Hi,

I am getting following error while adding the package.

While downloading harrison:papa-par error: Cannot find module 'extend'.4

Please let me know what should i do for the same?

harrisonhunter commented 5 years ago

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