Monterey User Manual
  • Introduction
  • What is Monterey
  • Quick guide through the User manual
  • Monterey and module loaders
  • Monterey future plans
  • Installing Monterey
  • Help system
    • Live tour
    • Tooltip based help
  • Features
    • App launcher
    • Aurelia-CLI
    • Dotnet
    • GistRun
    • Error logger
    • Gulp
    • JSPM manager
    • NPM manager
    • Preferences
    • Project info
    • Run
    • Support
    • Task manager
    • Terminal
    • Typings
    • Webpack
    • Workflow manager
  • Creating new applications
    • Aurelia-CLI
      • Default-ESNext
      • Default-TypeScript
      • Custom
    • skeleton-esnext-aspnetcore
    • skeleton-esnext-webpack
    • skeleton-esnext
    • skeleton-typescript-aspnetcore
    • skeleton-typescript-webpack
    • skeleton-typescript
    • GitHub
      • Contact manager tutorial
      • CM tutorial - KendoUI edition
        • Differences from the original version
      • CM tutorial - Materialize edition
        • Differences from the original version
  • Managing existing applications
  • Reaching support
Powered by GitBook
On this page
  1. Features

NPM manager

PreviousJSPM managerNextPreferences

Last updated 7 years ago

Features

NPM Package Manager

Tile:

Screen:

Description: The main goal of the NPM Package Manager screen is to give you insight into the set of NPM dependencies of your application. Not only does Monterey display a list of dependencies, Monterey will look up the latest version and will match it with the currently installed version. By using two different colors (green and red), a visual representation of your dependencies' versions is displayed.

Currently, there are 3 actions that can be performed from the NPM package manager screen:

The install button will run the equivalent of npm install, installing all dependencies using the version declared in package.json, without updating them. The install button can be used to install dependencies for new applications.

You may decide to update certain dependencies. After selecting these dependencies in the list and clicking the "Update selected" button, Monterey will execute the update process for the selected dependencies.

After the installation of update process has completed, you may want to refresh the list of dependencies to make sure that your dependencies are up to date. By clicking the refresh button, Monterey will read the package.json file again and will update the visual representation of your app's dependencies.

Image 1

Image 2

img