Skip to content

Commit e7ba9ce

Browse files
fcervantes2hansl
authored andcommitted
Updated documentation to reflect fix from #1528 (#2026)
docs: Updated documentation to reflect fix from #1528
1 parent c41600a commit e7ba9ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WEBPACK_UPDATE.md

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ rm -rf node_modules dist tmp typings
1616
npm install --save-dev angular-cli@webpack
1717
```
1818

19-
IMPORTANT NOTE:
20-
Currently project generated with `ng new` will use a wrong local CLI version (see https://github.com/angular/angular-cli/issues/1528). After initializing your project, run `npm install --save-dev angular-cli@webpack` to set the correct version.
21-
2219
## Project files
2320

2421
You will need to run `ng init` to check for changes in all the auto-generated files created by `ng new` and allow you to update yours. You are offered four choices for each changed file: `y` (overwrite), `n` (don't overwrite), `d` (show diff between your file and the updated file) and `h` (help).

0 commit comments

Comments
 (0)