Closed erisu closed 5 years ago
windows
When platform is installed though CLI, cordova platform add windows, the copy node_modules step is no longer valid as dependencies are now at the project level.
cordova platform add windows
The step is required only when the create binary from the platform repo is called.
https://github.com/apache/cordova/issues/32
More Investigation Required
Platforms affected
windows
What does this PR do?
When platform is installed though CLI,
cordova platform add windows
, the copy node_modules step is no longer valid as dependencies are now at the project level.The step is required only when the create binary from the platform repo is called.
https://github.com/apache/cordova/issues/32
What testing has been done on this change?