Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build or serve with latest EAP Version #14373

Closed
bobskigit opened this issue Aug 25, 2020 · 5 comments
Closed

Can't build or serve with latest EAP Version #14373

bobskigit opened this issue Aug 25, 2020 · 5 comments
Assignees

Comments

@bobskigit
Copy link

Cannot build using ng b --prod with latest EAP Version 20.2.2-alpha-20232-1710

ERROR in ./node_modules/devextreme/ui/scheduler/recurrence.js
Module not found: Error: Can't resolve 'rrule' in '..\node_modules\devextreme\ui\scheduler'

@AntonSermyazhko AntonSermyazhko self-assigned this Aug 26, 2020
@hakimio
Copy link

hakimio commented Aug 26, 2020

Same here.

@AntonSermyazhko
Copy link
Contributor

Hello,

The latest version of the rrule library (2.6.5) that we use in our project is broken due to jkbrzt/rrule#416.
I recommend you downgrade to v.2.6.4 in the package.json.

"dependencies": {
. . . 
 "rrule": "2.6.4" 
. . . 
}

@hakimio
Copy link

hakimio commented Aug 26, 2020

@AntonSermyazhko maybe you should fix your package by setting correct version on your end instead of expecting users to know that they have to install correct "rrule" version?

@hakimio
Copy link

hakimio commented Aug 26, 2020

Also, this shouldn't be closed until it's fixed on your end.

@AntonSermyazhko
Copy link
Contributor

We apologize for the confusion and inconvenience.

We've already fixed this: https://github.com/DevExpress/DevExtreme/pull/14342/files?file-filters%5B%5D=#diff-b9cfc7f2cdf78a7f4b91a753d10865a2.

But for EAP it is recommended to downgrade.

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

No branches or pull requests

3 participants