algolia / gatsby-plugin-algolia

A plugin to push to Algolia based on graphQl queries
https://yarn.pm/gatsby-plugin-algolia
Apache License 2.0
177 stars 45 forks source link

Error: Unable to find plugin "gatsby-plugin-algolia". Perhaps you need to install its package? #32

Closed hendra-go closed 5 years ago

hendra-go commented 5 years ago

I Use windows 10.

After updating to 0.3.1 this bug happens. I fix this only by adding empty index.js Somehow when publish to npm, the index.js file is not included. I guess the index.js file is important for the gatsby-plugin-algolia to be found by gatsby.

Haroenv commented 5 years ago

oh, good call, I didn't realise, fixing it now.

Haroenv commented 5 years ago

0.3.2 should have fixed this :)