hammerlab / pileup.js

Interactive in-browser track viewer
Apache License 2.0
274 stars 64 forks source link

Buffer class not found #448

Open etheleon opened 7 years ago

etheleon commented 7 years ago

Hi i had to install Browserify to introduce the Buffer class which is required by the jDataView package using Meteorjs v1.4.2.3 as my framework.

am i missing something here?

armish commented 7 years ago

@etheleon: not sure I understand what the problem is here. If you are developing against pileup.js, you might need to npm install within pileup to get all those dev packages, which hopefully will solve this issue.

Let me know how to replicate this issue and I would be more than happy to help resolve this missing dependency issue.

Thanks