Node.js - Process Steps
Install
Install Nodejs on a target server.
| Name | Type | Description | Required |
|---|
Install Module
Install a module through npm.
| Name | Type | Description | Required |
|---|---|---|---|
| Node Module Name | textBox | Name of the Node Module to Install. | Yes |
| Node Module Version | textBox | Version of module to deploy. | Yes |
| Node Module Path | textBox | Path in which to install the Node Module. | Yes |
Configure npm
Configure npm by key and value.
| Name | Type | Description | Required |
|---|---|---|---|
| Node Module Path | textBox | Path in which to configure the Node Module. | Yes |
| Node Configuration Key | textBox | Key which you want to configure for Node. | Yes |
| Node Configuration Value | textBox | Value which you want to configure for Node. | Yes |