Login
Remember
Register
Ask a Question
This command installs the serverless framework correctly.
0
votes
asked
Feb 10, 2022
in
Serverless FP
by
rajeshsharma
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
framework-command
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 10, 2022
by
rajeshsharma
a) npm install -g serverless command installs the serverless framework correctly
...