I'm not sure if copying and pasting packages is a good idea. Have you tried reinstalling it with meteor remove collectionapi and then adding it again?
Update. I seem to have the same problem with one of my packages, chartjs . Now it gives you a similar error saying ReferenceError: Chart is not defined . Previously, Chart was tied to a window, so it could be obtained in my client JS files. This should be due to changes in the field of view in 0.6.0, but I'm still not sure how to solve it - perhaps the package itself needs to be updated.
Update 2: Yup, akshat was dead correctly, the JS file underlying the chartjs package needed to replace var Chart with Chart , so it would be bound to the window object. Send the transfer request to the package.
source share