Installs packages from a tgz file into the node_modules directory of the working directory.
This is intended to be used only with local, dependency-free packages that do not require a full NPM installation.
Parameter
Required parameters:
-
/inject <package1>,<package2>,...: Specifies which packages to install. Enter the packages' names, separated by commas.
Optional parameter:
-
/workspace <working directory path>: Specifies the working directory where the packages will be installed in the node_modules subdirectory. If you do not enter anything here, the current directory is used.