-
Notifications
You must be signed in to change notification settings - Fork 12k
--dry-run creates empty folder #4500
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
I just attempted this with
|
from https://github.com/angular/angular-cli/blob/master/CHANGELOG.md#breaking-changes-1
Thats probably why.. |
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. |
OS?
Versions.
@angular/cli: 1.0.0-beta.30
node: 7.5.0
os: win32 x64
@angular/common: 2.4.6
@angular/compiler: 2.4.6
@angular/core: 2.4.6
@angular/forms: 2.4.6
@angular/http: 2.4.6
@angular/platform-browser: 2.4.6
@angular/platform-browser-dynamic: 2.4.6
@angular/router: 3.4.6
@angular/cli: 1.0.0-beta.30
@angular/compiler-cli: 2.4.6
Repro steps.
ng new proj && cd proj
ng g module settings3 --routing --dry-run
Despite saying no changes will be written an empty folder
src/app/settings3
is created.Mention any other details that might be useful.
Without the
routing
flag no empty folder is generated.The text was updated successfully, but these errors were encountered: