Module 'append' not included as submodule
Closed this issue · 4 comments
mattpardee commented
If cloned directly from the source, the module 'append' is not included as a dependency/submodule.
pvorb commented
Is this a bug?
mattpardee commented
In short, yes. It causes the code to break because append cannot be found
pvorb commented
Hm. I thought about this seriously.
Why should one not use the "dependencies" feature of npm? When you install dive via npm the dependencies also get properly installed. When you want to fork the git repo, you have to install the dependencies on your own.
Why is there a problem with that?