asc-lab / dotnetcore-microservices-poc

Very simplified insurance sales system made in a microservices architecture using .NET Core
https://www.altkomsoftware.com/blog/building-microservices-net-core-part-1-plan/
Apache License 2.0
1.9k stars 681 forks source link

app-run error #33

Closed Lechus closed 4 years ago

Lechus commented 4 years ago

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.2/linux_musl-x64-72_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.2/linux_musl-x64-72_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

  npm config set proxy http://example.com:8080
JauniusPinelis commented 4 years ago

Having an issue with this too.

witek1902 commented 4 years ago

Sorry for late. It's problem with node-sass library, not with our PoC: https://github.com/sass/node-sass/issues/2773