algolia / instantsearch-widget-date-range-picker

MIT License
1 stars 2 forks source link

Still maintained? #1

Open SamBenson opened 1 year ago

SamBenson commented 1 year ago

The NPM and Yarn install commands aren't working - is this package still being maintained?

Haroenv commented 1 year ago

Looks like this was never actually published on npm, you may be the first person to ask about it. For now I'd recommend you copy and past the source code into your own website. It's made recently enough that there were no breaking changes in InstantSearch that would make this widget not work.

PauZoocha commented 1 year ago

I have the same issue. Npm and Yarn not working. Also if I copy the source code into my project I can run npm commands (install and start) but seems that only creates example files into the dist folder. So when I try to use the dateRangePicker on my JS it gives me errors. Seems like is not taking the right files to make it work. Any guidance will be helpful here.

jonathansimmons commented 4 months ago

@brob or @chuckmeyer We'd love to consider using this in our application, but as you can see, it appears it hasn't been touched in 3 years and was never published to NPM or YARN.

Can this be remedied?

Haroenv commented 4 months ago

@jonathansimmons I recommend you copy the source code into your application :)

jonathansimmons commented 4 months ago

@Haroenv I started to do this, but the repo is old enough that it doesn't work as is. I wanted to check with the authors on publishing before we dove-in patching the outdated code.