Azure / pcs-cli

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

Build failing #499

Closed deepakagra closed 5 years ago

deepakagra commented 5 years ago

Type of issue

Description

While trying to build this project; Installation is failing. ...

Steps to reproduce

  1. [after cloning the repo; npm install worked fine]
  2. [npm start gave errors]
  3. [and so on...]

Expected behavior

...

Current behavior <!-- The actual behavior observed --

...

Known workarounds

...

Possible solution

...

Context and Environment

deepakagra commented 5 years ago

Even after updating node to latest version; issue remains. 2019-04-07T02_15_05_909Z-debug.log

elvinm commented 5 years ago

We have a newer version out with quite a bit of changes. It would be good to try to update (git pull, npm install, npm start). If there are errors still and the error has changed please copy the updated logs here.

deepakagra commented 5 years ago

With current code changes; it works fine now .. Thanks