Ark

This site is private. Enter the password to continue.

docs / cli / upg

ark upg

Upgrade ark-pm to the latest version from npm.

Syntax

Usage
ark upg

What it does

Compares your installed version against the latest on npm and upgrades if needed.

Terminal
$ ark upg

  Ark — Upgrade

  installed: 1.0.0
  latest:    1.1.1

  Upgrading...

   Upgraded to 1.1.1
Already up to date
$ ark upg

  Ark — Upgrade

  installed: 1.1.1
  latest:    1.1.1

   Already up to date.
Requires global install permissions. If the upgrade fails with EACCES, run sudo ark upg or sudo npm install -g ark-pm@latest.