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.

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).
gotcha No README, no documentation, no source code — this package has no real content.
fix Do not use this package in any real project.
npm install test-vite-plus-install
yarn add test-vite-plus-install
pnpm add test-vite-plus-install

Demonstrates importing the package with no actual functionality.

import pkg from 'test-vite-plus-install';
console.log(pkg); // logs empty object {}