Blog reconstruction project
This project keeps full @iconify/json and may require more memory during pnpm install.
- Use the expected Node runtime via
nvmd. - Verify runtime and env:
pnpm run env:check
- Install with stable parameters:
pnpm run install:stable- This script uses
nvmdNode directly to runpnpm.cjs. - If current Node major is 24+, it auto-falls back to installed Node 22.x in
nvmdfor install stability.