I have two local repositories, not published yet. I want to write a layer, and have an app that extends that layer. I don't know the best way to do so without duplicating dependencies across the two projects. I can npm link the layer, and the dependencies show up when I npm ls, however when the project starts, it complains that it can't find them.
#Why does extending a layer require me to duplicate all the dependencies?
3 messages · Page 1 of 1 (latest)
I'm having the same issues. Annoyingly this doesn't happen when testing in the .playground of the layer.
@glacial quarry ^ this is the issue I mentioned in https://github.com/unjs/c12/issues/51#issuecomment-1691936709