Skip to content

What is the difference between npm install @latest and npm install specific version #5465

@brookhutchinson

Description

@brookhutchinson

Bug Report or Feature Request (mark with an x)

  • bug report -> please search issues before submitting
  • feature request

Versions.

@angular/cli v1.0.0-rc.2
node: 7.6.0
os: Win32 x64 (Windows 10)

Question.

If I want to use npm to install the latest @angular/cli package and @angular/cli v1.0.0-rc2 is the latest released version...
What is the difference between the following npm commands?
npm install @angular/cli@latest
and
npm install @angular@1.0.0-rc2

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