We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: