Ats Uiboupin
Ats Uiboupin
I'm getting the same error message, but i'm not behind the proxy. @melcloud, why do You think it is related to using proxy server? My stack trace is quite similar,...
> once I delete the proxy setting from apm, everything works as far as i know, I wasn't using proxy :/ How exactly You deleted proxy settings from apm? >...
ok, thanks for explaining - feel free to rename & close this ticket as you see fit
the PR #3967 that implements this feature is now merged :+1: (although the task was closed as stale before it got merged)
The exception happens at build time, and this commit (as I understand) is doing exactly that - adds polyfill for Object.assign. @PWKad, are You saying that building works for You...
Just in case, i'll provide some more information to reproduce the problem: OS: Windows 8.1 node: v0.12.4 Output of `gulp build`: ``` module.js:338 throw err; ^ Error: Cannot find module...
to resolve this issue, please merge my pull request https://github.com/PWKad/aurelia-bs-modal/pull/35 and run `gulp build` to update dist folder
to resolve this issue, please merge my pull request https://github.com/PWKad/aurelia-bs-modal/pull/33 and run `gulp build` to update dist folder
@PWKad do You mean end-to-end test? Currently as i understand there are no tests in this project and the foundation is missing for it. Considering that > we have the...