Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Creating an optimized production build...
  2. @syndesis/syndesis: Failed to compile.
  3. @syndesis/syndesis: /home/tejones/apps/development/repos/syndesis-react-poc/syndesis/src/modules/data/DataApp.tsx
  4. @syndesis/syndesis: Type error: Type '{ views: string; metrics: string; sqlQuery: string; root: string; }' is not assignable to type 'string | string[] | undefined'.
  5. @syndesis/syndesis: Type '{ views: string; metrics: string; sqlQuery: string; root: string; }' is missing the following properties from type 'string[]': length, pop, push, concat, and 26 more. TS2322
  6. @syndesis/syndesis: 31 | />
  7. @syndesis/syndesis: 32 | <Route
  8. @syndesis/syndesis: > 33 | path={routes.virtualizations.virtualization}
  9. @syndesis/syndesis: | ^
  10. @syndesis/syndesis: 34 | exact={true}
  11. @syndesis/syndesis: 35 | component={VirtualizationDetailsPage}
  12. @syndesis/syndesis: 36 | />
  13. @syndesis/syndesis: error Command failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement