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 5 years have passed since last update.

Azure WebAppsでnode.js 5.*系を使う

Posted at

Azure Portal
https://portal.azure.com/

node.js 5.*系

App Service→Webアプリ名→すべての設定→アプリケーション設定
WEBSITE_NODE_DEFAULT_VERSION:5.8.0

ついでにこちらも適宜設定する。
NODE_ENV:test

参考
https://azure.microsoft.com/ja-jp/documentation/articles/nodejs-specify-node-version-azure-apps/

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?