Hi, @pritidesai. I expect this is an edge case - see 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/966. My package 
**consumer** just wants to reference the code in another package **provider**.  
Since **provider** has no manifest.yaml (because it has nothing to deploy), 
**consumer** encounters an error.  To test, create a dependency in the 
**consumer** like 

```
packages:
  cloud-functions-usage-examples:
    version: 1.0
    license: Apache-2.0
    dependencies:
      jsonetl:
        location: github.com/van-ibm/openwhisk-jsonetl
```

The **producer** package's `github.com/van-ibm/openwhisk-jsonetl` should be 
deleted/removed. That will lead to an error.

[ Full content available at: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/965 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to