Using pnpm as your package manager? Here is the exact workflow for Nakshora 3.1.

1. Add the package with pnpm#

terminal
bash
pnpm add -D @nakshora/vite-plugin

The four published packages:

PackagePurpose
@nakshora/coreJIT compiler & engine (zero dependencies)
@nakshora/cliCommand-line interface
@nakshora/postcssPostCSS plugin
@nakshora/vite-pluginVite plugin with HMR

2. Verify#

terminal
bash
npx nakshora --version

3. Continue with your integration#

Package installed — next, wire it into your build: integrations/vite|Vite, integrations/postcss|PostCSS or integrations/cli|the CLI.

Note. Prefer another tool? See the getting-started/installation|installation hub for every option.