You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installs a plugin and any packages that it depends on. <% if(isHtml) { %>Install the plugin in the local node_modules folder and prepare the plugin for all installed platforms. Also the plugin is saved in dependencies section in package.json file.<% } %>
9
+
10
+
### Attributes
11
+
12
+
*`<Plugin>` can be:
13
+
* a name that is published on the npm registry.
14
+
* a name@version that is published on the npm registry with specified version.
15
+
* a path to local folder containing a program described by a package.json file.
16
+
* a gzipped tarball containing a folder with a package.json file inside it.
17
+
* a url that resolves to a gzipped tarball.
18
+
* a git remote url that resolves to a gzipped tarball.
19
+
20
+
<% if(isHtml) { %>
21
+
### Related Commands
22
+
23
+
Command | Description
24
+
----------|----------
25
+
[library](library.html) | You must run the library command with a related command.
26
+
[plugin](plugin.html) | You must run the plugin command with a related command.
27
+
[plugin remove](plugin-remove.html) | Uninstalls a package, completely removing everything npm installed on its behalf.
0 commit comments