openwhisk
openwhisk copied to clipboard
document that npm is required (for api gw package)
Environment details:
- vagrant
Steps to reproduce the issue:
- Clone the OW repo
- Do a Vagrant build using ./hello
- Build fails at routemgmt.yml because npm command is missing
Additional information you deem important:
- Travis build seems to be passing - but I haven't found why
What version of npm should be installed?
@erezh16, the latest version of npm
should work.
Hi @dubee, Does this task require updating the README here? Thanks, Nitika Agarwal
I think that's a good place for it but only covers the standalone openwhisk. There are several references in the README.md here https://github.com/apache/openwhisk/tree/master/ansible that should also get a similar note.
Thanks, I'll give standalone openwhisk setup a try and document what works for me.