fkasler / flik

Automate ISSG Tool Setups
9 stars 5 forks source link

Ansible #3

Open Chomikmarkus opened 3 years ago

Chomikmarkus commented 3 years ago

When run index.js this is output

root@vps158041:/opt/flik# node index.js internal/modules/cjs/loader.js:818 throw err; ^

Error: Cannot find module 'node-ansible' Require stack:

fkasler commented 2 years ago

Did you 'npm install' in the project directory first? 'node-ansible' is in the package.json and should be installed by npm with that command.