mradamlacey / elasticsearch-tableau-connector

Tableau Web Data Connector for Elasticsearch
MIT License
149 stars 64 forks source link

The connector does not load properly in Tableau designer #7

Closed shihch closed 8 years ago

shihch commented 8 years ago

Hi

I clone the repository run the build and start the connector by

node index,js

In the Tableau designer web data connector, if I put the URL http://localhost:3000 then I get error: "Cannot GET /" if I put the URL http://localhost:3000/elasticsearch-connector.html, In the error detail shows: TypeError: undefined is not an object (evaluating '$.fn') file: http://localhost:3000/bootstrap3-typeahead.js line: 459

Do I set it up wrong or it is a bug?

Thanks.

mradamlacey commented 8 years ago

You should just need to build the project first with

grunt

From the command line.

shihch commented 8 years ago

Yeah, I did use npm install and grunt build:dev as you documented in the Readme. But when I run 'grunt' just get the error:

Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.