Closed ahmedshuhel closed 8 years ago
Have we determined this yet? I'd like to support 4.x and up.
Works on 4.x and up. But, we have to determine if it works on 6.x. We have an issue for that here Latest version should work on 6.x though. There was an issue in systemjs-builder and I believe that is fixed already.
Ok, please close this issue once it's all resolved. Thanks!
I can confirm it works on OS X version 10.11.4 (15E65)
with two node versions:
> node -v
v4.4.4
> npm ls aurelia-bundler
aurelia-bundler@0.3.2
> gulp bundle
Finished 'bundle' ✓
> node -v
v6.2.0
> npm ls aurelia-bundler
aurelia-bundler@0.3.2
> gulp bundle
Finished 'bundle' ✓
@riddla Thanks. I have done the same with docker and found no problem. Works great with node 6.2.0.
Reference issue #59