awolden / brakes

Hystrix compliant Node.js Circuit Breaker Library
MIT License
300 stars 35 forks source link

nvmrc is right? #100

Closed DavideDaniel closed 6 years ago

DavideDaniel commented 6 years ago

nvm use says 4.8.4 but the syntax used isn't being transpiled for that.. what is the last version of node that we are supposed to provide support for?

awolden commented 6 years ago

Node 4 is the oldest node version that should be supported by Brakes. Our travisCI is passing node 4 without transpilation. Do you see any specific instances of code that are not supported by Node 4?

DavideDaniel commented 6 years ago

Yea, we should close this as the root problem was a consumer inadvertently pulling this into browser code.