0 votes
in Serverless FP by
This command installs the serverless framework correctly.

Select the correct answer from below options

a)  npm install -g serverless

b)  apt-get install serverless

c)  npm install serverless

d)  npm install sls

1 Answer

0 votes
by
a)  npm install -g serverless command installs the serverless framework correctly
...