-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hello,
While trying to add the search functionality, following your readme (that's also the default readme on the github root page), you instruct us to:
<===================================================
"add the search package to the application meteor add search"
<===================================================
On executing the above command, the following error is reported:
<===================================================
=> Errors while adding packages:
While building package search:
error: File not found: b64.js
<===================================================
The absence of b64.js can be further verified by:
1> grep-ing through the code
2> searching for b64.js via the github repository search feature in the site.
Please add the missing file.
Best!