PrismarineJS / mineflayer-navigate

mineflayer plugin which gives bots a high level 3d navigating API using A*
59 stars 22 forks source link

Added dependency info #23

Closed Darker closed 7 years ago

Darker commented 9 years ago

Gettin' tired of re-running my program as many times as many dependencies it has.

rom1504 commented 9 years ago

This is wrong. That's not how npm works, the depencies are in the package.json file (https://github.com/andrewrk/mineflayer-navigate/blob/master/package.json#L21) and will be automatically installed when you run npm install mineflayer-navigate.

Darker commented 9 years ago

They wasn't. But I can't tell what can go wrong while typping npm install ....