Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build bug #3

Open
utiq opened this issue Sep 20, 2017 · 0 comments
Open

build bug #3

utiq opened this issue Sep 20, 2017 · 0 comments

Comments

@utiq
Copy link

utiq commented Sep 20, 2017

ERROR in Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol NgModule in /Users/cesar/Dropbox/Development/Labs/CorrectText/correcttext-front/node_modules/ng2-typewriter/node_modules/@angular/core/src/metadata/ng_module.d.ts, resolving symbol NgModule in /Users/cesar/Dropbox/Development/Labs/CorrectText/correcttext-front/node_modules/ng2-typewriter/node_modules/@angular/core/src/metadata.d.ts, resolving symbol NgModule in /Users/cesar/Dropbox/Development/Labs/CorrectText/correcttext-front/node_modules/ng2-typewriter/node_modules/@angular/core/src/core.d.ts, resolving symbol NgModule in /Users/cesar/Dropbox/Development/Labs/CorrectText/correcttext-front/node_modules/ng2-typewriter/node_modules/@angular/core/index.d.ts, resolving symbol TypewriterModule in /Users/cesar/Dropbox/Development/Labs/CorrectText/correcttext-front/node_modules/ng2-typewriter/src/typewriter.module.d.ts, resolving symbol TypewriterModule in /Users/cesar/Dropbox/Development/Labs/CorrectText/correcttext-front/node_modules/ng2-typewriter/src/typewriter.module.d.ts

{
  "name": "correcttext-front",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@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/router": "^4.0.0",
    "@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.3",
    "@ngx-translate/core": "^8.0.0",
    "@ngx-translate/http-loader": "0.1.0",
    "angular2-moment": "^1.7.0",
    "core-js": "^2.4.1",
    "gulp": "^3.9.1",
    "ng2-cable": "^2.0.7",
    "ng2-toasty": "^4.0.3",
    "ng2-typewriter": "^1.1.0",
    "ngx-facebook": "^2.4.0",
    "ngx-rating": "0.0.9",
    "rxjs": "^5.1.0",
    "zone.js": "^0.8.4"
  },
  "devDependencies": {
    "@angular/cli": "1.0.0",
    "@angular/compiler-cli": "^4.0.0",
    "@types/jasmine": "2.5.38",
    "@types/node": "~6.0.60",
    "angular2-websocket": "^0.9.3",
    "braintree-web": "^3.22.2",
    "codelyzer": "~2.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-less": "^3.3.2",
    "gulp-watch": "^4.3.11",
    "jasmine-core": "~2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma": "~1.4.1",
    "karma-chrome-launcher": "~2.0.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.1.0",
    "ts-node": "~2.0.0",
    "tslint": "~4.5.0",
    "typescript": "~2.2.0"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant