Open briefguo opened 8 years ago
The same issue...
With version 1.x
appears the dependency jquery-ui/datepicker
.
Essentially it cannot be resolved.
For my solution, I've downgraded to 0.x
Same here...
Same
:+1:
I ran into this too. I was able to fix it by using webpack's resolve.alias
feature:
resolve: {
alias: {
'jquery-ui/datepicker': 'jquery-ui/ui/widgets/datepicker'
}
}
Hello, this is my first issue
1.After I del the directory "node_modules", run
npm i
again to reinstall the newest "angular-ui-date" and "jquery-ui".I found that jquery-ui's directory has changed