Serverless is listed as a dependency in the package.json file causing npm to attempt a local install of serverless. The local install of serverless appears to succeed but the install errors when trying to install tabtab as required by serverless.
Unhandled rejection Error: Command failed: ./node_modules/tabtab/bin/tabtab install --name serverless --stdout
/bin/sh: ./node_modules/tabtab/bin/tabtab: No such file or directory