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?

【Serverless Framework】Windows環境にインストール

Posted at

実行環境

OS:Windows11 Home 23H2
Node.js:20.17.0

Node.jsインストール

公式サイトからLTSバージョンのmsiをダウンロードし、インストール
「node-v20.17.0-x64.msi」
公式サイト
https://nodejs.org/en/
image.png

・インストール確認
node- v

コマンドプロンプト
C:\Users>node- v
v20.17.0

Serveless Frameworkインストール

・インストール
npm install -g serverless

コマンドプロンプト
C:\Users>npm install -g serverless

added 57 packages in 3s

15 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New patch version of npm available! 10.8.2 -> 10.8.3
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.3
npm notice To update run: npm install -g npm@10.8.3
npm notice

・インストール確認
serverless --version

コマンドプロンプト
C:\Users>serverless --version

Serverless ϟ Framework

  4.2.5
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?