breautek commented on issue #555:
URL: https://github.com/apache/cordova-cli/issues/555#issuecomment-824803758


   For a team setup it's recommended to git ignore the following folders:
   
   - node_modules
   - plugins
   - platforms
   
   When you clone the repo, the developer should:
   - npm install
   - cordova platform add <platform>
   
   This way your project can be supported on different environments, for 
example you cannot work on an ios platform on windows/linux. It also makes 
sures that when npm install is used (behind the scenes), any native modules are 
installed for your specific environment.
   
   I don't think this is a bug. Let me know what you think though. And if your 
flow worked before, can you give what cordova version it worked in?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to