-
Notifications
You must be signed in to change notification settings - Fork 12k
Due to changes in the router, route generation has been temporarily disabled. #1103
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
Comments
Is this related? It happens while create a new app: @angular/router@3.0.0-alpha.3 postinstall: |
@alexandrearc it happened to me also.
|
@tagazok i will give it a try. I had opened a new issue for it, maybe invalid then. |
I think this might be a dup of #1093. I'm experiencing the same issue. |
Closing as dup of #1093. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Environment:
node: 6.2.1
npm: 3.9.3
os: win32 x64
This app was created with angular-cli.
package.json
"dependencies": { "@angular/common": "2.0.0-rc.2", "@angular/compiler": "2.0.0-rc.2", "@angular/core": "2.0.0-rc.2", "@angular/http": "2.0.0-rc.2", "@angular/platform-browser": "2.0.0-rc.2", "@angular/platform-browser-dynamic": "2.0.0-rc.2", "@angular/router": "2.0.0-rc.2", "@angular/router-deprecated": "2.0.0-rc.2", "@angular/upgrade": "2.0.0-rc.2", "angular2-universal": "^0.102.1", "body-parser": "^1.15.1", "es6-shim": "0.35.1", "express": "^4.13.4", "preboot": "^2.1.2", "reflect-metadata": "0.1.3", "rxjs": "5.0.0-beta.6", "systemjs": "0.19.26", "zone.js": "0.6.12" }, "devDependencies": { "angular-cli": "1.0.0-beta.6", "codelyzer": "0.0.20", "ember-cli-inject-live-reload": "1.4.0", "jasmine-core": "2.4.1", "jasmine-spec-reporter": "2.5.0", "karma": "0.13.22", "karma-chrome-launcher": "0.2.3", "karma-jasmine": "0.3.8", "protractor": "3.3.0", "ts-node": "0.5.5", "tslint": "3.11.0", "typescript": "1.8.10", "typings": "0.8.1" }
while generating new route from cli, it gives error:
The text was updated successfully, but these errors were encountered: