Mickaël Depardon
Mickaël Depardon
Any news about this bug ?
I still have this error ``` Error: EEXIST: file already exists, mkdir '/usr/src/app/.cache' at Object.mkdirSync (fs.js:752:3) at new XpFsStorageService (/usr/src/app/dist/server.js:4438:18) at _createClass (/usr/src/app/dist/server.js:90200:20) at _createProviderInstance (/usr/src/app/dist/server.js:90172:26) at resolveNgModuleDep (/usr/src/app/dist/server.js:90136:21) at...
It should work with Axios because of this code in the [default.js](https://github.com/axios/axios/blob/1885ac79c535d5c932b09aaa40dd96223972d138/lib/defaults.js#L17). But in the `dist-hydrate-script` build, the final code in the `hydrate/index.js` is ```js function getDefaultAdapter() { var adapter;...
up ?
re up ? :p
I am still getting this issue. Any fixes?
I had the same problem and now i'm using [karma-sonarqube-unit-reporter](https://github.com/tornaia/karma-sonarqube-unit-reporter), which generate a [Generic test file](https://docs.sonarqube.org/display/SONAR/Generic+Test+Data) for Sonar. You can now pass the file through `sonar.testExecutionReportPaths` and you can now...
Any update about this ?
> Ok, I spend about a one work day, but I'm do it. > > a idea: > to have files like ~/dist/app-name/server/{locale}/main.js > and one main ~/server.js, which start...