akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.04k stars 1.51k forks source link

ERROR in The target entry-point "@nebular/date-fns" has missing dependencies: - date-fns/getWeek #2316

Open bestasholli opened 4 years ago

bestasholli commented 4 years ago

Issue type

I'm submitting a ...

Issue description

Current behavior: NbDateFnsDateModule has missing dependencies

Expected behavior: Date formating should be able in DatePicker component

Steps to reproduce: -Install @nebular/date-fns -Try to include it in AppModule

Other information:

npm, node node v10.16.3 npm 6.14.4

Angular, Nebular Angular CLI ~9.1.0 "@nebular/theme": "^5.0.0" "@nebular/date-fns": "^5.0.0"

Screenshot 2020-04-13 at 5 14 56 PM
metalgear-dev commented 4 years ago

I have the same issues.

ERROR in The target entry-point "@nebular/date-fns" has missing dependencies:

Does anyone help me?

GustavoTayer commented 4 years ago

the same issue: ERROR in The target entry-point "@nebular/date-fns" has missing dependencies:

This likely means that the library (@nebular/date-fns) which declares NbDateFnsDateModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

GustavoTayer commented 4 years ago

Guys I solved this problem installing date-fns package

https://date-fns.org/docs/Getting-Started#installation

Jash286 commented 9 months ago

Guys I solved this problem installing date-fns package

https://date-fns.org/docs/Getting-Started#installation

This didn't solve my issue, I have used v5.0.0 Any other solution @GustavoTayer image