microsoft / vscode-asa

Azure Stream Analytics In VSCode
Creative Commons Attribution 4.0 International
10 stars 19 forks source link

NPM azure-streamanalytics-cicd fails to install #97

Closed yfredrix closed 1 year ago

yfredrix commented 1 year ago

Steps to Reproduce:

  1. npm install -g azure-streamanalytics-cicd
  2. azure-streamanalytics-cicd build

This results into an error

A JSON parsing exception occurred in [/usr/local/lib/node_modules/azure-streamanalytics-cicd/bin/LocalRunService.deps.json], offset 0 (line 1, column 1): Invalid value.
Error initializing the dependency resolver: An error occurred while parsing: /usr/local/lib/node_modules/azure-streamanalytics-cicd/bin/LocalRunService.deps.json
##[error]Bash exited with code '139'.
ruiminwang commented 1 year ago

Sorry @yfredrix , we are hotfixing it. Will release the new bits in a day or two. The rootcause is mainly this one: https://github.com/ZJONSSON/node-unzipper/issues/271

ruiminwang commented 1 year ago

Hi @yfredrix , we have released a hotfix azure-streamanalytics-cicd.3.0.2, could you have a try? Thank you.

yfredrix commented 1 year ago

Yes this fixes the issue. Thank you