ncu-test-peer-update

raw JSON →
1.1.0 verified Sat Apr 25 auth: no javascript

A test package with a peer dependency on ncu-test-return-version (1.1.x), used exclusively for testing npm-check-updates functionality. v1.1.0 is current, with low release cadence. Key differentiator: designed to validate peer dependency update detection, not for production use.

error Cannot find module 'ncu-test-return-version'
cause Missing peer dependency
fix
npm install ncu-test-return-version@1.1.x
deprecated Package is intended for testing only, not for production use.
fix Do not use in production dependencies.
gotcha Peer dependency ncu-test-return-version must be manually installed.
fix Install it: npm install ncu-test-return-version@1.1.x
npm install ncu-test-peer-update
yarn add ncu-test-peer-update
pnpm add ncu-test-peer-update

Import and call the default export function.

import ncuTestPeerUpdate from 'ncu-test-peer-update';
const result = ncuTestPeerUpdate();
console.log(result);