<% if (isJekyll) { %>--- title: tns package-manager set position: 18 ---<% } %>
Enables the specified package manager for the NativeScript CLI. Supported values are npm and yarn.
Usage | Synopsis |
---|---|
General | $ tns package-manager set <PackageManager> |
<PackageManager>
is the name of the package manager. Supported values are npm and yarn.
<% if(isHtml) { %>
Command | Description |
---|---|
package-manager-get | Prints the value of the current package manager. |
<% } %> |