This topic describes how to install Serverless Devs and Docker in macOS, Linux, and Windows.
Install Serverless Devs
Note
In Function Compute, you can install Serverless Devs by using CLI.
Install Serverless Devs by using one of the following methods:
Run the following command to check whether Serverless Devs is installed:
The following sample code is returned if Serverless Devs is successfully installed.
@serverless-devs/s: 2.0.83, linux-x64, node-v14.17.4
Install Docker
You may want to use the FC component of Serverless Devs to build functions or debug functions on your on-premises machine by running the s build
or s local
command. In this case, Docker is required. After Docker is installed, Serverless Devs automatically creates a Docker container and performs debugging when Docker is required.
Note
If you do not run commands such as s local
in Serverless Devs, or do not run the s build --use-docker
command to install dependencies or build projects, you do not need to install Docker.
FAQ
How do I upgrade Serverless Devs of an earlier version?
You can run the installation command again to upgrade Serverless Devs. For more information, see Install Serverless Devs.
If the installation process takes a long time, you can use the following npm source to install Serverless Devs. Example command:
npm --registry=https://registry.npmmirror.com install @serverless-devs/s -g
If you check the version of Serverless Devs after you upgrade Serverless Devs and find that Serverless Devs is not installed, you can use one of the following methods for troubleshooting based on your business requirements:
After Serverless Devs is installed in Linux or macOS, an error may occur when you run a command provided by Serverless Devs. You can use one of the following methods as required for troubleshooting if the Command not found
error message is returned:
If you used npm or the installation script to install Serverless Devs, run the following command:
ln -s $(npm root -g)/@serverless-devs/s/bin/s /usr/local/bin/s
If you used Yarn to install Serverless Devs, run the following command:
ln -s $(yarn global dir)/node_modules/@serverless-devs/s /usr/local/bin/