npm-pkg-with-local-module
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

This is a sample app demonstrating an issue with using a package that has a local module as dependency

Interesting dependency:

"dependencies": {
    "counter-ui": "file:./libs/counter-ui"
  },

Both yarn and npm allow using "local" modules. Local modules could be useful if, say for example, you have forked an unmaintained package and make minor updates to fix a bug for your use case.

However the problem starts when this package, that has dependency on a local module, is required by some other project.

This package is published here: https://www.npmjs.com/package/npm-pkg-with-local-module

Installing

yarn add npm-pkg-with-local-module

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i npm-pkg-with-local-module

Weekly Downloads

1

Version

0.0.3

License

Apache-2.0

Unpacked Size

24.7 kB

Total Files

10

Last publish

Collaborators

  • abhighosh18