npm-tag-test-package
raw JSON → 0.1.0 verified Sat Apr 25 auth: no javascript deprecated
npm-tag-test-package is a stub package at version 0.1.0 used for testing npm tagging and versioning workflows in CI or development environments. It contains no functional code, no README, and is intentionally minimal. This package is not intended for production use and has no release cadence. Differentiators: it serves only as a placeholder for automated tests of npm publish commands, tag creation, and version bumps. No dependencies, no API, no breaking changes.
Common errors
error Cannot find module 'npm-tag-test-package' or its corresponding type declarations. ↓
cause Package has no exports or TypeScript declarations.
fix
Remove the import; package is a stub.
Warnings
deprecated Package has no functional code. Do not use in production. ↓
fix Do not install this package. Use a real library.
Install
npm install npm-tag-test-package yarn add npm-tag-test-package pnpm add npm-tag-test-package Quickstart
// No functional code. Install only for npm tagging tests.
import {} from 'npm-tag-test-package';