Github user ktop commented on the pull request:

    https://github.com/apache/cordova-lib/pull/432#issuecomment-216629805
  
    @macdonst @purplecabbage 
    On my other machine (Mac), I see the same behavior that you both were 
seeing. I was able to fix it by doing a `cordova-coho/coho npm-link` and 
re-adding the android platform to the project. What was happening was the 
cordova-common module inside of cordova-android wasn't being linked to the one 
in cordova-lib, so it was using a cordova-common without my changes in it, thus 
using the default functionality of config-file. 
    
    On a side note (this only happens for me on Mac, works fine on Windows), 
when coho replaces the cordova-common module with a symlink, this was treated 
as deleting the cordova-common module, then when I go to add the android 
platform, I get an error saying `Cannot find module 'cordova-common'` and when 
I checked the node modules folder, there's only a symlink file of 
cordova-common. I'm not really sure how symlinks are supposed to work on Mac 
since I mainly use a Windows machine. The project still runs and cordova-common 
is actually linked. I'm not sure if this is a Mac issue or something else. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to