0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Serverlessのインストール

Posted at

Serverless Frameworkを使用するにあたってのインストール手順をまとめてみた。

▼前提
Ubuntu20.04

▼参考サイト
https://serverless.co.jp/blog/25/

1.Node.jsのインストール

Serverless Frameworkを利用するにはNode.js12以上が必要。
必要に応じてインストールやバージョンアップを行う。
(詳細は省略)

2.Serverlessのインストール

以下のコマンドでServerlessをインストールする。

$ sudo npm install -g serverless

念のためインストールの確認をおこなう。
バージョンが出力されたらOK。

$ serverless --version

まとめ

Serverlessのインストールだけでいえば手順はこれだけ。

おわり。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?