@van-ibm the wskdeploy parser is not sequential; your problem appears to stem
from the fact that you do not have a well-formed manifest (YAML). I tried:
```
packages:
test3:
dependencies:
jsonetl:
location: github.com/van-ibm/openwhisk-jsonetl
actions:
request-all-orgs:
function: Packages/jsonetl-master/dist/Request.js
runtime: nodejs:8
```
and it parsed and deployed just fine. I substituted a simple "hello" function
inside the Request.js file. Of course, I not in the sample you provided the
actual dependency was not referenced so had no impact on deployment in this
case.
[ Full content available at:
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/966 ]
This message was relayed via gitbox.apache.org for [email protected]