BTW, one thing that NTVS could do in this case is automatically
npm install
the referenced project as if it were a module. Feel free to file a feature for this in the tracker. In the meantime, note that you can implement this yourself by adding an <Exec>
task to BeforeBuild target in your .njsproj file.