Troubles with sls invoke local and nodejs 6.10

Hi there! Someone having troubles to make an sls invoke local with nodejs6.10 runtime set?

My yml:
provider: name: aws runtime: nodejs6.10 stage: dev region: us-east-1

I’ve this response:
`Serverless Error ---------------------------------------

 You can only invoke Node.js & Python functions locally.

Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues

Your Environment Information -----------------------------
OS: darwin
Node Version: 6.1.0
Serverless Version: 1.8.0`

With an “sls deploy”, the runtime is correct in AWS Lambda Console.

Please any help