#Why does extending a layer require me to duplicate all the dependencies?

3 messages · Page 1 of 1 (latest)

brittle lance
#

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.

deep comet
#

I'm having the same issues. Annoyingly this doesn't happen when testing in the .playground of the layer.

brittle lance