
Larvitar Installation Guide
This guide walks you through the steps to install Larvitar and get it up and running. Larvitar is an open-source TypeScript library built on CornerstoneJS, designed for easy and efficient medical imaging applications.
Prerequisites
Before installing Larvitar, make sure you have the following:
- Node.js (version 14.x or higher recommended)
- npm or yarn for package management
You can check if Node.js and npm are installed by running:
node -v
npm -v
Install Larvitar
Add Larvitar to your project by running:
npm install larvitar
Alternatively, if you prefer yarn, use:
yarn add larvitar
Troubleshooting
If you encounter any issues, try the following:
- Verify Dependencies: Make sure all peer dependencies like cornerstone-core and cornerstone-tools are correctly installed.
- Node Compatibility: Larvitar works best with Node.js 14.x or higher.
Still having trouble? Check out the Issues section on our GitHub page or contact our support.
