Document how to install dependencies
Created by: gaearon
Per @ForbesLindesay’s suggestion, we should add a section on installing dependencies into the howto. This is a common source of confusion: #182 (closed) #207 (closed).
A PR is welcome! We should recommend npm install --save <library-name>
.
(But please comment here that you’re working on it.)