Pre-requisites

Prerequisites for Run and Build Mantis.

No need to install or configure tools like Webpack or Babel—everything is preconfigured and handled in the background, allowing you to focus entirely on development.

Pre-requisites

Mantis is based on node and Vite. Please check the following prerequisites before jumping on it.

Node is the primary prerequisite for Mantis. Open your command terminal and check using the node -v command

c:\> node -v
v20.x.x

Package Manager - npm or yarn

c:\> yarn -v
1.22.19

Troubleshooting

If you face the following error in your terminal, it means Yarn is not installed in your system.

c:\> yarn -v
'yarn' is not recognized as an internal or external command,
operable program or batch file.

Please install it using this link as it does not come with Node automatically.

Last updated