8000 Current README.md is not reflective of webpack version · Issue #1808 · angular/angular-cli · GitHub
[go: up one dir, main page]

Skip to content
Current README.md is not reflective of webpack version #1808
Closed
@RedFour

Description

@RedFour

The current readme say that the instructions are for webpack:

The current instructions on this file reflect usage for the webpack version.

But when I follow the upgrade instructions:

Updating angular-cli

To update angular-cli to a new version, you must update both the global package and your project's local package.

Global package:

npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest
Local project package:

rm -rf node_modules dist tmp
npm install --save-dev angular-cli@latest
ng init

It made my project use systemjs

when check the version of the cli:

ng -v

I get angular-cli: 1.0.0-beta.10

I've been using angular-cli@webpack since RC5 was released, and I keep seeing people say that the main branch now uses webpack. And even the readme says it is using webpack. But checking the npm site shows the last published version is still beta.10:

https://www.npmjs.com/package/angular-cli

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0