Help Center/ ServiceStage/ User Guide (ME-Abu Dhabi Region)/ FAQs/ What Are the Constraints on Packaging a Node.js 8 Software Package?
Updated on 2022-12-05 GMT+08:00

What Are the Constraints on Packaging a Node.js 8 Software Package?

ServiceStage supports the installation of Node.js 8 software packages (.zip format) on virtual machines (VMs). You only need to upload and deploy the .zip package of the service. ServiceStage automatically installs the basic software for running Node.js 8 on the VM and automatically runs the npm run command to start the Node.js 8 component.

The .zip package cannot contain the start.sh, stop.sh, install.sh, pre-install.sh, uninstall.sh, appspec.node.yml, or agent_template.yml file. Otherwise, the files in the .zip package may conflict with the files in the basic software package.