excid3/madmin

Build Error with Skypack

jacobdaddario opened this issue · 2 comments

Looks like something is breaking with Skypack when trying to build stimulus-flatpickr.
Screen Shot 2021-10-03 at 11 14 57 AM
I originally encountered this error when trying to pull down updates to my fork so I could rebase #89 on top of it. I pulled down a fresh clone and confirmed that this is happening even on fresh installs.

It's breaking all Stimulus behavior, so I'll try and get this figured out so that Stimulus behavior isn't broken.

Stimulus-flatpickr isn't compatible with @hotwired/stimulus 3.0 yet. There's a beta release that can be used.

https://github.com/adrienpoly/stimulus-flatpickr/tree/stimulus-3

Stimulus-flatpickr isn't compatible with @hotwired/stimulus 3.0 yet. There's a beta release that can be used.

https://github.com/adrienpoly/stimulus-flatpickr/tree/stimulus-3

I was just about to say that I think that Stimulus Flatpickr was pulling down the wrong version of Stimulus or had incompatibility issues. Let me try dropping in the beta release.

Edit: Yep, in this commit Adrien changes it to point to the new listing on NPM. I'll drop in his beta branch and I'll let you know if things are resolved.