Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. ../src/public/AngularApp/cmsApp/boot.component.ts(4,27): error TS2307: Cannot find module '@angular/core'.
  2. ../src/public/AngularApp/main.ts(1,30): error TS2307: Cannot find module '@angular/platform-browser-dynamic'.
  3. ../src/server.ts(1,1): error TS6053: File '/LocalProjects/cmsApp/typings/index.d.ts' not found.
  4. ../src/server.ts(2,26): error TS2307: Cannot find module 'express'.
  5. ../src/server.ts(3,29): error TS2307: Cannot find module 'body-parser'.
  6. ../src/server.ts(4,31): error TS2307: Cannot find module 'errorhandler'.
  7. ../src/server.ts(5,33): error TS2307: Cannot find module 'method-override'.
  8. ../src/server/routes/index.ts(1,26): error TS2307: Cannot find module 'express'.
  9. ../src/server/routes/index.ts(2,23): error TS2307: Cannot find module 'path'.
  10. ../src/server/routes/index.ts(6,48): error TS2304: Cannot find name '__dirname'.
  11.  
  12. /// <reference path="../typings/index.d.ts" />
  13.  
  14. "name": "typescript-express-seed",
  15. "dependecies": {},
  16. "globalDependencies": {
  17. "bluebird": "github:DefinitelyTyped/DefinitelyTyped/bluebird/bluebird.d.ts#e5a27ea95e47b95333784f1f0d590127b4e39a89",
  18. "body-parser": "github:DefinitelyTyped/DefinitelyTyped/body-parser/body-parser.d.ts#e5a27ea95e47b95333784f1f0d590127b4e39a89",
  19. "cors": "github:DefinitelyTyped/DefinitelyTyped/cors/cors.d.ts#11322524f8db9cdb921427cad84cd22fe2d4f965",
  20. "express": "github:DefinitelyTyped/DefinitelyTyped/express/express.d.ts#11322524f8db9cdb921427cad84cd22fe2d4f965",
  21. "express-jwt": "github:DefinitelyTyped/DefinitelyTyped/express-jwt/express-jwt.d.ts#2cb8fd4638231efd24929f99d56372bdb57d337b",
  22. "express-unless": "github:DefinitelyTyped/DefinitelyTyped/express-unless/express-unless.d.ts#b80f7caacfe2430b9e34d7fba1d262205c233ce9",
  23. "jsonwebtoken": "github:DefinitelyTyped/DefinitelyTyped/jsonwebtoken/jsonwebtoken.d.ts#8d9e2d7993a2ac7d38427bd08bee641251f2dfd4",
  24. "mime": "github:DefinitelyTyped/DefinitelyTyped/mime/mime.d.ts#11322524f8db9cdb921427cad84cd22fe2d4f965",
  25. "moment": "github:DefinitelyTyped/DefinitelyTyped/moment/moment.d.ts#7136728255d96038795d93c3e4b43c3c7de8ac1e",
  26. "moment-node": "github:DefinitelyTyped/DefinitelyTyped/moment/moment-node.d.ts#7136728255d96038795d93c3e4b43c3c7de8ac1e",
  27. "moment-timezone": "github:DefinitelyTyped/DefinitelyTyped/moment-timezone/moment-timezone.d.ts#7136728255d96038795d93c3e4b43c3c7de8ac1e",
  28. "mysql": "github:DefinitelyTyped/DefinitelyTyped/mysql/mysql.d.ts#8ac2edf817ab77a00f0d2a1a53bb46eb2a466067",
  29. "node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#0d66537e353802f996a3f67ca1b711f63835f9e7",
  30. "serve-static": "github:DefinitelyTyped/DefinitelyTyped/serve-static/serve-static.d.ts#0fa4e9e61385646ea6a4cba2aef357353d2ce77f",
  31. "source-map-support": "github:DefinitelyTyped/DefinitelyTyped/source-map-support/source-map-support.d.ts#f8af639bf29b2b00e5d27ce93c0f046564b8525c"
  32. },
  33. "dependencies": {
  34. "debug": "registry:npm/debug#2.0.0+20160511151334"
  35. }
  36.  
  37. APP
  38. | gulp
  39. |-gulpfile.js
  40. |
  41. |typings
  42. |-index.d.ts
  43. |-globals
  44. |-modules
  45. |typings.json
  46. |
  47. |src
  48. |-server.ts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement