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

Issue with moment-timezone. No default export. #616

Open
sskennick opened this issue May 18, 2021 · 0 comments
Open

Issue with moment-timezone. No default export. #616

sskennick opened this issue May 18, 2021 · 0 comments
Labels

Comments

@sskennick
Copy link

sskennick commented May 18, 2021

I am getting the following error when starting my application.

app-name | ERROR in ../node_modules/@swimlane/ngx-ui/lib/components/calendar/calendar.component.d.ts:3:8 - error TS1192: Module '"/app/node_modules/moment-timezone/index"' has no default export.
app-name |
app-name | 3 import moment from 'moment-timezone';
app-name | ~~~~~~
app-name | ../node_modules/@swimlane/ngx-ui/lib/components/date-time/date-time.component.d.ts:3:8 - error TS1192: Module '"/app/node_modules/moment-timezone/index"' has no default export.
app-name |
app-name | 3 import moment from 'moment-timezone';
app-name | ~~~~~~
app-name |

I am using "moment-timezone": "^0.5.26" and "@swimlane/ngx-ui": "^26.0.1"

Not sure what to do at this point.

@candradeg candradeg self-assigned this Jan 31, 2022
@candradeg candradeg added the Bug label Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants