I think what Raphael is meaning is that it's "broken" in the following case:
```bash
# Installs it into node_modules without updating package.json
npm install --no-save cordova-plugin-camera

# This detects that it's already installed in node_modules and
# doesn't invoke npm at all, therefore it's never added to package.json
cordova plugin add cordova-plugin-camera
```

I'm not sure what to do in that particular edge case, aside from maybe 
documenting it?

[ Full content available at: https://github.com/apache/cordova-fetch/issues/47 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to