amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

ERROR in this.symbolResolver.getSymbolByModule #69

Closed 22Viig closed 7 years ago

22Viig commented 7 years ago

npm run returns the ERROR in this.symbolResolver.getSymbolByModule is not a function

npm install `├── @angular/animations@4.0.0 ├── @angular/cli@1.0.0-rc.4 ├── @angular/common@4.0.0 ├── UNMET PEER DEPENDENCY @angular/compiler@4.0.0 ├── @angular/compiler-cli@4.0.2 ├── UNMET PEER DEPENDENCY @angular/core@4.0.0 ├── @angular/forms@4.0.0 ├── @angular/http@4.0.0 ├── @angular/platform-browser@4.0.0 ├── @angular/platform-browser-dynamic@4.0.0 ├── @angular/platform-server@4.0.0 ├── @angular/router@4.0.0 ├── @types/jasmine@2.5.47 ├── @types/selenium-webdriver@2.53.42 ├── body-parser@1.15.2 ├── codelyzer@0.0.28 ├── cookie-parser@1.4.3 ├── core-js@2.4.1 ├── debug@2.2.0 ├── ejs@2.5.6 ├── express@4.13.4 ├── extract-text-webpack-plugin@2.1.0 ├── jasmine-core@2.5.2 ├── jasmine-spec-reporter@2.7.0 ├── karma@1.2.0 ├── karma-chrome-launcher@2.0.0 ├── karma-cli@1.0.1 ├── karma-jasmine@1.0.2 ├── karma-remap-istanbul@0.2.1 ├── morgan@1.7.0 ├── rxjs@5.2.0 ├── serve-favicon@2.3.2 ├── ts-helpers@1.1.1 ├── ts-node@2.1.2 ├── UNMET PEER DEPENDENCY tslint@4.5.1 ├── typescript@2.3.0 ├── webpack@2.2.1 ├── webpack-dev-middleware@1.10.1 ├── webpack-dev-server@2.4.2 ├── webpack-md5-hash@0.0.5 ├── webpack-merge@4.1.0 └── zone.js@0.8.5

npm WARN codelyzer@0.0.28 requires a peer of tslint@^3.9.0 but none was installed. npm WARN @angular/compiler-cli@4.0.2 requires a peer of @angular/compiler@4.0.2 but none was installed. npm WARN @angular/compiler-cli@4.0.2 requires a peer of @angular/core@4.0.2 but none was installed. $ npm start

aws-cognito-angular2-quickstart@1.0.0 start ng serve --port 3333

NG Live Development Server is running on http://localhost:3333 Hash: 65e0f5a714339ca973a4
Time: 17294ms chunk {0} main.bundle.js, main.bundle.js.map (main) 78.5 kB {2} [initial] [rendered] chunk {1} styles.bundle.js, styles.bundle.js.map (styles) 9.77 kB {3} [initial] [rendered] chunk {2} vendor.bundle.js, vendor.bundle.js.map (vendor) 2.86 MB [initial] [rendered] chunk {3} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]

ERROR in this.symbolResolver.getSymbolByModule is not a function webpack: Failed to compile.`

vbudilov commented 7 years ago

Hi @RickyGeek ,

I'm not getting this error. Did you make any tweaks to the original code?

vbudilov commented 7 years ago

Closing due to inactivity