Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Can't resovle module ''jquery-ui/datepicker" #169

Open
briefguo opened this issue Jul 19, 2016 · 5 comments
Open

Can't resovle module ''jquery-ui/datepicker" #169

briefguo opened this issue Jul 19, 2016 · 5 comments

Comments

@briefguo
Copy link

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

import _datePicker from 'jquery-ui/datepicker'; // sets up jQuery with the datepicker plugin
@qetr1ck-op
Copy link

qetr1ck-op commented Jul 26, 2016

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

@boutils
Copy link

boutils commented Sep 27, 2016

Same here...

@tylerreinhart
Copy link

Same

@Andrew-Max
Copy link

👍

@brycehill
Copy link

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'
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants