0.0.3 • Published 3 years ago

npm-pkg-with-local-module v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago