vue-bulma / datepicker

Datepicker Component for Vue Bulma
MIT License
115 stars 56 forks source link

Add "stylus-loader" to package.json #71

Open yariksav opened 6 years ago

yariksav commented 6 years ago

Module not found: Error: Can't resolve 'stylus-loader' You need to add "stylus-loader" to package.json

yariksav commented 6 years ago

add "stylus" to dependies also: "stylus": "^0.54.5", "stylus-loader": "^3.0.1",

saintplay commented 6 years ago

Yeah, this is very important. It doesn't work without this

yariksav commented 6 years ago

And please update version of flatpickr to lastest 3.0.7, because vesrion 2 has bugs

havgry commented 6 years ago

I've switched to vue-flatpickr-component and I suggest others do the same. I consider this repo to be abandoned.