pvorb/node-dive

Module 'append' not included as submodule

Closed this issue · 4 comments

If cloned directly from the source, the module 'append' is not included as a dependency/submodule.

Is this a bug?

In short, yes. It causes the code to break because append cannot be found

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?

fixed by 9ad3094