You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/11 12:38:07 UTC

[GitHub] [cordova-windows] erisu commented on issue #325: Cordova platform add windows@^7.0.0 command not copying the node_modules

erisu commented on issue #325: Cordova platform add windows@^7.0.0 command not copying the node_modules
URL: https://github.com/apache/cordova-windows/issues/325#issuecomment-471522052
 
 
   @aman2604 This is not a side effect and expected behavior.
   
   Node modules are no longer bundled in any of the platforms including `cordova-windows`.  
   
   This is not a side effect of PR #317. This PR only copies the node_modules folder if it is present. Since node modules does not exist, there is nothing  to copy. The use case where the node_module folder exist is from stand alone non-CLI usage.
   
   For more information, you can check out:
   - https://github.com/apache/cordova/issues/32
   - https://github.com/apache/cordova/issues/6

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org