[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
開発環境の設定
Node.js で開発するための環境を設定するには:
Node.js の最新リリースをインストールします。
サポートされているバージョンのリストについては、Node.js ランタイムをご覧ください。その他の Node.js バージョンの使用方法については、カスタム ランタイムをご覧ください。
Cloud SDK をインストールし、初期化します。すでに Cloud SDK のインストールと初期化が完了している場合は、gcloud components update
コマンドを実行して最新のリリースに更新します。
Cloud SDK には、アプリのデプロイと管理に使用できる gcloud
コマンドライン ツールが用意されています。
Cloud SDK for App Engine をダウンロードすることで、Cloud SDK for App Engine の使用を規定する利用規約の各条項に従うことに同意したとみなされます。
Cloud SDK をインストールし、初期化します。
GitHub のコード、サンプル、ライブラリ、ツールにアクセスするために、Git をインストールします。
Git をインストールします。
通常は Node.js と一緒に npm パッケージ マネージャーがインストールされますが、代わりに Yarn Package Manager をインストールすることもできます。
Node.js と npm のインストールを簡単に管理するために、Node Version Manager(nvm)をインストールします。
NVM をインストールする
Windows をご使用の場合は、nvm-windows をご覧ください。
任意のツールやフレームワークをインストールします。たとえば、Express.js フレームワークを使用できます。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-12-09 UTC.