Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

fix script hang issue with node v10.13.0 #438

Closed sakimsft closed 5 years ago

sakimsft commented 5 years ago

Description and Motivation

PCS script hang with node version 10.13.0 because inquirer library did not return from creating prompt. Fixed by using the latest inquirer library. Tested both v8.12.0 and 10.13.0

Change type

Checklist:


This change is Reviewable