Installation
Prerequisites
Installation
macOS, Linux
The easiest way to install Neovate Code is using the installation script.
curl -fsSL https://neovateai.dev/install | bash
Or if you already have Node.js installed, you can install Neovate Code with npm.
npm i @neovate/code -g
⚠️
Don’t use sudo
to install Neovate Code, it will cause some issues.
Windows
Follow these steps:
- Download and install Node.js
- Run
npm i @neovate/code -g
in your CMD or PowerShell - Run
neovate
Verify Installation
After installation, you can verify the installation by running the following command:
neovate --version
Updates
Neovate Code will try to auto-update to ensure you always have the latest version.
If you want to disable auto-update, you can set the autoUpdate
config to false
.
neovate config set autoUpdate false -g
Also, you can manually update Neovate Code by running the following command:
neovate update