lookout-artifactory-test
raw JSON → 1.0.5736 verified Sat Apr 25 auth: no javascript
Test package for testing Artifactory and NPM publishing workflows. Version 1.0.5736. This package has no functional code; it exists solely to validate repo configuration, version bumping, and npm publish operations. Should not be used as a dependency. No release cadence beyond manual pushes.
Common errors
error Cannot find module 'lookout-artifactory-test' ↓
cause Attempting to require or import a test package with no exports.
fix
Remove the import; this package is not a library.
Warnings
gotcha Package has no functional code and should never be used as a dependency. ↓
fix Do not install or import this package. Use it only for testing NPM publishing.
Install
npm install lookout-artifactory-test yarn add lookout-artifactory-test pnpm add lookout-artifactory-test Imports
- package
N/A - this is not a library
Quickstart
// This package is not intended for use. It exists only for testing the publishing pipeline.
console.log('lookout-artifactory-test is a test package');