Open vovka-s opened 8 years ago
Me too.
1.0.4
{
"name": "test-app",
"version": "1.0.0",
"author": {},
"dependencies": {
"allcountjs": "^1.14.5"
},
"scripts": {
"start": "./node_modules/.bin/allcountjs --app app-config"
},
"allcountjsTemplate": "twenty-two-lines"
}
And me. node v6.2.2, allcount v1.14.5
Me also on 1.0.4. Took a quick look and I noticed that changing that input.size() call to input.length got me past the error (to another of the same kind). Also noticed that https://api.jquery.com/size/ says size() is deprecated. Any chance the version of Bootstrap packaged with allcountjs is being matched with an incompatible jQuery version?
Looks like this is actually https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1657. The issue is that bootstrap-datepicker is not compatible with jQuery 3, but does not put an upper bound on its jQuery dependency. My bower-fu is not strong, but if there is a way allcountjs could apply an upper bound on a dependency's (bootstrap-datepicker) dependency (jQuery), then I suspect this issue goes away. That'd be a temporary workaround of course.
Me too. I thinks allcountjs is not work...
I tried to create date field and got such a stack trace:
Datepicker does not appear