angular-seed-advanced
angular-seed-advanced copied to clipboard
"@angular/compiler-cli/index"' has no exported member 'CodeGenerator'
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
Current behavior Ive upgrade to angular 5.25 and compilation has failed. @angular/comiper-cli has been refactors (I assume) and the npm run build.prod.aot errors
The error occurs with the 'compile.ahead.prod' task. https://github.com/NathanWalker/angular-seed-advanced/blob/master/tools/tasks/seed/compile.ahead.prod.ts
Could someone refactor this task to compile correctly? Or document this task a little more so I can updated it myself.
Minimal reproduction of the problem with instructions Here are my system dependencies. "devDependencies": { "async": "^2.1.1", "autoprefixer": "^7.0.1", "browser-sync": "^2.17.3", "codelyzer": "^4.0.2", "concurrently": "^3.4.0", "connect-history-api-fallback": "^1.3.0", "core-js": "^2.4.1", "cssnano": "^3.7.7", "d3": "^4.13.0", "deep-extend": "^0.4.1", "electron-connect": "^0.4.2", "electron-debug": "^1.0.0", "electron-prebuilt": "^1.2.1", "es-module-loader": "^1.0.0", "event-stream": "^3.3.4", "express": "~4.15.2", "express-history-api-fallback": "^2.0.0", "gulp": "^3.9.1", "gulp-atom-electron": "^1.6.1", "gulp-cached": "^1.1.0", "gulp-concat": "^2.6.0", "gulp-concat-css": "^2.3.0", "gulp-filter": "^5.0.0", "gulp-htmlmin": "^3.0.0", "gulp-inject": "^4.1.0", "gulp-inline-ng2-template": "^4.0.0", "gulp-load-plugins": "^1.3.0", "gulp-newer": "^1.3.0", "gulp-plumber": "~1.1.0", "gulp-postcss": "^7.0.0", "gulp-progeny": "^0.4.0", "gulp-protractor": "^3.0.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-sass": "^3.0.0", "gulp-sourcemaps": "2.6.0", "gulp-template": "^4.0.0", "gulp-tslint": "^8.0.0", "gulp-typescript": "^3.0.2", "gulp-uglify": "^2.0.0", "gulp-util": "^3.0.7", "gulp-watch": "^4.3.10", "hammerjs": "^2.0.8", "intl": "^1.2.5", "is-ci": "^1.0.9", "isstream": "^0.1.2", "jasmine-core": "~2.6.1", "jasmine-spec-reporter": "^4.1.0", "karma": "~1.3.0", "karma-chrome-launcher": "~2.1.1", "karma-coverage": "^1.1.1", "karma-jasmine": "~1.1.0", "karma-mocha-reporter": "^2.2.0", "karma-remap-istanbul": "^0.6.0", "lodash": "^4.17.4", "merge-stream": "^1.0.0", "minimatch": "^3.0.3", "mkdirp": "^0.5.1", "ngrx-store-freeze": "^0.2.0", "ngx-electron": "^1.0.3", "open": "0.0.5", "protractor": "^4.0.14", "reflect-metadata": "^0.1.8", "remap-istanbul": "^0.9.5", "rimraf": "^2.5.4", "rollup": "^0.41.4", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-includepaths": "0.2.2", "rollup-plugin-node-resolve": "^3.0.0", "run-sequence": "^1.2.2", "rxjs": "^5.5.6", "semver": "^5.3.0", "serve-static": "^1.11.1", "slash": "~1.0.0", "supports-color": "^3.1.2", "systemjs": "0.19.41", "systemjs-builder": "0.15.34", "tildify": "^1.2.0", "traceur": "^0.0.111", "ts-node": "^3.0.4", "tslint": "^5.0.0", "typedoc": "^0.6.0", "typescript": "^2.4.2", "walk": "^2.3.9", "yargs": "^8.0.1", "zone.js": "^0.8.7" }, "dependencies": { "{at}angular/animations": "^5.2.5", "{at}angular/cdk": "^5.2.1", "{at}angular/common": "^5.2.5", "{at}angular/compiler": "^5.2.5", "{at}angular/compiler-cli": "^5.2.5", "{at}angular/core": "^5.2.5", "{at}angular/forms": "^5.2.5", "{at}angular/http": "^5.2.5", "{at}angular/material": "^5.2.1", "{at}angular/platform-browser": "^5.2.5", "{at}angular/platform-browser-dynamic": "^5.2.5", "{at}angular/platform-server": "^5.2.5", "{at}angular/router": "^5.2.5", "{at}angular/service-worker": "^5.2.5", "{at}compodoc/compodoc": "^1.0.0-beta.7", "{at}ngrx/core": "^1.2.0", "{at}ngrx/effects": "^4.1.1", "{at}ngrx/store-devtools": "^4.1.1", "{at}ngx-translate/core": "^6.0.1", "{at}ngx-translate/http-loader": "0.0.3", "{at}types/async": "^2.0.32", "{at}types/browser-sync": "^0.0.34", "{at}types/express": "^4.0.33", "{at}types/gulp": "^4.0.0", "{at}types/gulp-filter": "^3.0.29", "{at}types/gulp-htmlmin": "^1.3.30", "{at}types/gulp-load-plugins": "^0.0.29", "{at}types/gulp-newer": "0.0.29", "{at}types/gulp-protractor": "^1.0.29", "{at}types/gulp-rename": "0.0.31", "{at}types/gulp-sass": "^0.0.30", "{at}types/gulp-util": "^3.0.29", "{at}types/jasmine": "2.5.41", "{at}types/lodash": "^4.14.63", "{at}types/node": "^6.0.73", "{at}types/rimraf": "0.0.28", "{at}types/run-sequence": "^0.0.29", "{at}types/selenium-webdriver": "^3.0.3", "{at}types/systemjs": "^0.19.31", "{at}types/yargs": "^6.5.0", "{at}types/zone.js": "^0.5.12", "{at}ngrx/store": "^4.1.1", "angulartics2": "^2.2.1", "electron": "^1.7.10", "ts-simple-ast": "^5.3.1" }
-
Node:
node --version
= 9.4
@Gculos did you succeeded upgrade to material 5? if so please share the code with us.