@Dask Dependencies are on a case by case basis. In many cases, it’s as simple as installing it into npm, by using npm install
In some cases, however, there’s additional outside programs or such that’s not covered by the npm install method. I’ve yet to see a module that requires additional software not include an installer script to take care of that for you, generally the readme will tell you if that’s the case.
Bottom line, follow the instructions in the readme.