How to upgrade the NavVis IVION Frontend API NPM package

Introduction

Purpose

In order to use the Frontend API in NavVis IVION, you must replace the old NavVis IVION NPM (Node Package Manager) package with the latest version.

Scope

This solution applies to NavVis IVION.

Procedure

  1. Download the latest navvis-ivion-XX.X.X.tgz package

  2. Put the downloaded file in _base folder and modify the package.json file with the downloaded file name:

      "@navvis/indoorviewer": "file:navvis-ivion-XX.X.X.tgz",
  3. Rerun the npm run serve command.