lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

Send-to-sns error #51

Closed Binjaaa closed 4 years ago

Binjaaa commented 4 years ago

I try to run this command: lumigo-cli send-to-sns -n [topic_name] -r eu-west-1 -f testFile.json

and get the following error:

Error: Cannot find module 'bluebird'
    at Object.<anonymous> (/usr/local/lib/node_modules/lumigo-cli/src/commands/send-to-sns.js:1:17)

I'm using the latest version of the CLI.

lumigo-cli/0.25.1 darwin-x64 node-v10.17.0
theburningmonk commented 4 years ago

:tada: This issue has been resolved in version 0.25.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: