How to make local packages work?

Hey guys,

I am using aslagle/reactive-table on my project and looking for ways to improve the design of the table. To edit the HTML/CSS, I decided to add the package locally (not through atmosphere), so I cloned it from Github to my /packages folder.

However, now it simply doesn’t work anymore. The {{> reactiveTable }} template doesn’t render anything and I get the message that it doesn’t exist.

Am I missing something here? Should I do anything else after cloning?

Thanks!

Solved it! Just for the record:

1 - Change the package name to something different under package.js (on the cloned folder)
2 - Run meteor add new_package_name

2 Likes