Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Project fails to build #8

@jasperSpeicher

Description

@jasperSpeicher

OSX Node 8.1.4
after clone and npm install


> angular2-datepicker@1.0.4 start /Users/jjs/tmp/angular2-datepicker
> webpack-dev-server --config webpack.js --progress

Live Reload listening on port 35729

 70% 2/2 build modules http://localhost:5000/webpack-dev-server/
webpack result is served from /
content is served from ./src
404s will fallback to /index.html
 65% 12/13 build modulests-loader: Using typescript@2.0.10 and /Users/jjs/tmp/angular2-datepicker/tsconfig.json
Time: 7697ms                
                                 Asset     Size  Chunks             Chunk Names
  f4769f9bdb7466be65088239c12046d1.eot  20.1 kB          [emitted]  
  89889688147bd7575d6327160d64e760.svg   109 kB          [emitted]  
  e18bbf611f2a2e43afc071aa2f4e1512.ttf  45.4 kB          [emitted]  
 fa2772327f55d8198301fdb8bcfc8158.woff  23.4 kB          [emitted]  
448c34a56d699c29117adc64c43affeb.woff2    18 kB          [emitted]  
                             vendor.js  3.43 MB       0  [emitted]  vendor
                                app.js   437 kB       1  [emitted]  app
                         vendor.js.map  4.07 MB       0  [emitted]  vendor
                            app.js.map   553 kB       1  [emitted]  app
                            index.html  1.29 kB          [emitted]  
chunk    {0} vendor.js, vendor.js.map (vendor) 3.32 MB [rendered]
chunk    {1} app.js, app.js.map (app) 418 kB {0} [rendered]

ERROR in /Users/jjs/tmp/angular2-datepicker/node_modules/@types/es6-shim/index.d.ts
(596,29): error TS2304: Cannot find name 'object'.

ERROR in /Users/jjs/tmp/angular2-datepicker/node_modules/@types/es6-shim/index.d.ts
(604,20): error TS2304: Cannot find name 'object'.

ERROR in /Users/jjs/tmp/angular2-datepicker/node_modules/@types/es6-shim/index.d.ts
(605,20): error TS2304: Cannot find name 'object'.

ERROR in /Users/jjs/tmp/angular2-datepicker/node_modules/@angular/compiler/src/runtime_compiler.d.ts
(26,22): error TS2420: Class 'RuntimeCompiler' incorrectly implements interface 'Compiler'.
  Property 'getNgContentSelectors' is missing in type 'RuntimeCompiler'.

ERROR in /Users/jjs/tmp/angular2-datepicker/node_modules/@angular/compiler/src/private_import_core.d.ts
(17,43): error TS2339: Property '_AppElement' does not exist on type '{ isDefaultChangeDetectionStrategy: (changeDetectionStrategy: ChangeDetectionStrategy) => boolean...'.

ERROR in /Users/jjs/tmp/angular2-datepicker/node_modules/@angular/compiler/src/private_import_core.d.ts
(18,43): error TS2339: Property 'AppElement' does not exist on type '{ isDefaultChangeDetectionStrategy: (changeDetectionStrategy: ChangeDetectionStrategy) => boolean...'.
Child html-webpack-plugin for "index.html":
         Asset     Size  Chunks       Chunk Names
    index.html  3.12 kB       0       
    chunk    {0} index.html 1.2 kB [rendered]
webpack: Failed to compile.```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions