humanmade / cf-to-tf

CLI tool for generating Terraform configuration and state for existing CloudFormation resources
Other
416 stars 70 forks source link

Installation failed #1

Closed waghanza closed 6 years ago

waghanza commented 6 years ago

Hi,

I want to convert my cloudformation templates into readable terraform configuration.

Unfortunately, I can't even install cf-to-tf (I'm on a debian stretch).

When trying :

npm i -g cf-to-tf

I have

npm ERR! Linux 4.13.5-200.fc26.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i" "-g" "cf-to-tf"
npm ERR! node v6.11.4
npm ERR! npm  v3.10.10

npm ERR! Cannot convert undefined or null to object
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /npm-debug.log

Regards,

waghanza commented 6 years ago

ℹ️ npm i @humanmade/cf-to-tf is working ! ! !