How to upgrade the NavVis IVION Frontend API NPM package
- 13 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
How to upgrade the NavVis IVION Frontend API NPM package
- Updated on 13 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
Download the latest navvis-ivion-XX.X.X.tgz package
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",
Rerun the
npm run serve
command.
Was this article helpful?