Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gashcrumb/f3bd5f69c23e584e20c9420f4905a6f2 to your computer and use it in GitHub Desktop.
Save gashcrumb/f3bd5f69c23e584e20c9420f4905a6f2 to your computer and use it in GitHub Desktop.
ERROR in : Unexpected value 'NotificationModule in /mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index.d.ts' imported by the module 'VendorModule in /mnt/d/Users/gashcrumb/Source/syndesis/app/ui/src/app/vendor/vendor.module.ts'. Please add a @NgModule annotation.
src/app/vendor/vendor.module.ts(17,3): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/app.module.ts(7,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/app.component.spec.ts(6,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/connections/list/list.component.spec.ts(9,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/connections/list-page/list-page.component.spec.ts(6,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/dashboard/dashboard_integrations/dashboard-integrations.component.ts(5,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'DonutComponent'.
src/app/dashboard/dashboard_integrations/dashboard-integrations.component.ts(5,26): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'DonutConfig'.
src/app/dashboard/dashboard.component.spec.ts(10,3): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/dashboard/dashboard.component.spec.ts(11,3): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'ChartModule'.
src/app/dashboard/dashboard.module.ts(5,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'ChartModule'.
src/app/integration/list/list.component.spec.ts(10,36): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/integration/list-page/list-page.component.spec.ts(8,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment