After installing the plugin with npm install I ran into following issue:
\node_modules\serverless-babel-plugin\index.js:56
const stdout = result.stdout.toString();
TypeError: Cannot read property 'toString' of null
npm install --save babel didn't help. .bin/babel is available.