yqx-vite
raw JSON → 1.0.5 verified Mon Apr 27 auth: no javascript abandoned
A minimal test utility for Vite projects, version 1.0.5. Created for internal testing purposes with no active development or release cadence. Lacks documentation, making it unsuitable for production use compared to established Vite plugins.
Common errors
error Cannot find module 'yqx-vite' or its corresponding type declarations. ↓
cause Package lacks TypeScript declarations and may not be installed correctly.
fix
Ensure package is installed: npm install yqx-vite
Warnings
deprecated Package has no README and no updates since initial release. Likely abandoned. ↓
fix Avoid using this package; consider alternatives.
Install
npm install yqx-vite yarn add yqx-vite pnpm add yqx-vite Imports
- default wrong
const yqxVite = require('yqx-vite')correctimport yqxVite from 'yqx-vite'
Quickstart
// Install: npm install yqx-vite
import yqxVite from 'yqx-vite';
// No documented API available.