apache / cordova-browser

Apache Cordova
Apache License 2.0
170 stars 85 forks source link

Only copy platform node_modules when created by binary #62

Closed erisu closed 5 years ago

erisu commented 5 years ago

Platforms affected

Browser

What does this PR do?

When platform is installed though CLI, cordova platform add browser, 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?

erisu commented 5 years ago

More Investigation Required