test-vite-plus-install
raw JSON → 1.0.0 verified Sat Apr 25 auth: no javascript abandoned
A stub package used only for snapshot testing within the Vite ecosystem. Version 1.0.0, no active development or maintenance. Not intended for production use; exists solely to verify install behavior in automated test suites. No API surface, documentation, or release cadence.
Common errors
error Cannot find module 'test-vite-plus-install' or its corresponding type declarations. ↓
cause Package is not published or not installed.
fix
npm install test-vite-plus-install@1.0.0 (but expect empty module).
Warnings
gotcha No README, no documentation, no source code — this package has no real content. ↓
fix Do not use this package in any real project.
Install
npm install test-vite-plus-install yarn add test-vite-plus-install pnpm add test-vite-plus-install Imports
- default wrong
const pkg = require('test-vite-plus-install')correctimport pkg from 'test-vite-plus-install'
Quickstart
import pkg from 'test-vite-plus-install';
console.log(pkg); // logs empty object {}