Add hint: Node.js Module creation may take some time (#484)

* Add hint: Node.js Module creation may take some time

* Update
This commit is contained in:
Jun Han 2019-08-01 00:05:47 -05:00 коммит произвёл GitHub
Родитель d93e9f6bf8
Коммит a38118673f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -504,6 +504,7 @@ export class EdgeManager {
}
case Constants.LANGUAGE_NODE:
try {
outputChannel.appendLine("Node.js Module creation may take about 1 minute.");
if (Versions.installNodeTemplate()) {
// Have to install Node.js module template and Yeoman in the same space (either global or npx environment)
// https://github.com/Microsoft/vscode-azure-iot-edge/issues/326