Here’s a (maybe stupid) npm question for y’all: I have two empty projects, from and to.
1. First I install vue into from
2. Then I install ../from into to
Why doesn’t to have vue? It would if I didn’t install from a folder right? Why does require("vue") fail?