NativeScript / nsplugins-internal

1 stars 1 forks source link

Native Debugging Experience in Plugins #157

Closed lini closed 5 years ago

lini commented 5 years ago

https://progresssoftware.aha.io/features/NS-645

DimitarTodorov commented 5 years ago

Issues:

VladimirAmiorkov commented 5 years ago

"Should execute npm install after dev-debugging install in order to install dev-dependencies on which the plugin depend"

Regarding this. It is not considered "correct" for a npm package to force and npm i to the "app" to which it is being installed to. This is due to the fact that npm i could change other project already downloaded dependencies. Added a peer dependency and a log message so that it is easer for users to detect that they need to manually run "npm install"