NOTE! You are browsing legacy documentation. For latest visit docs.nativescript.org.

NativeScript Core

tns plugin remove

Description

Uninstalls a plugin by its name. Removes the specified plugin and its dependencies from the local node_modules folder and the dependencies section in package.json. This operation does not remove the plugin from the installed platforms and you need to run $ tns prepare to finish uninstalling the plugin.

Commands

Usage Synopsis
General $ tns plugin remove <Plugin>

Arguments

  • <Plugin> is the name of the plugin as listed in its package.json file.
Command Description
plugin Lets you manage the plugins for your project.
plugin add Installs the specified plugin and its dependencies.