This repository is for feedback regarding NativeScript Marketplace. Use the issues system here to submit feature requests, vote for existing ones or report bugs.
The dev plugins should not be installed using tns plugin add, instead they need to be installed using npm install <plugin-name> --save-dev. Let's identify dev plugins (by having -dev-in the name) and show the proper command about them
The dev plugins should not be installed using
tns plugin add
, instead they need to be installed usingnpm install <plugin-name> --save-dev
. Let's identify dev plugins (by having-dev-
in the name) and show the proper command about them