nextbyn

Results 7 comments of nextbyn

same error here on angular cli 3.9.2 `Uncaught Error: Cannot find module "." at vendor.js:1 at vendor.js:1 at Object. (vendor.js:1) at e (vendor.js:1) at Object. (main.js:1) at e (vendor.js:1) at...

@marcorinck @pleerock Still waiting for a workaround I have a project already to launch in production (--prod) with ionic-cli 3.9.2 and typeorm 2.9 I tried several changes and nothing seems...

is there any advance about this issue? please @daniel-lang

> I'm using Ionic 7/Angular 6 and was able to get it working by adding `"types": ["node"]` to _`src/tsconfig.app.json`_, **not** the `tsconfig.json` in the root directory. > > _**Edit**_ >...

> @nextbyn sorry, I reverted back to try to find another solution. Like I said, it actually didn't work anyway. It's a shame, I'm still waiting for a solution to...

> Based on this discussion: [typeorm/typeorm#857](https://github.com/typeorm/typeorm/issues/857), I was able to get TypeORM to work in my Ionic project by adding the following lines to `src/tsconfig.app.json`: > > ``` > "types":...

@amorgulis added "baseUrl": ".", inside "compilerOptions" tree and the build --prod finish OK. And now when run my project (index.html) habe this error in console window. `vendor.js:1 Uncaught Error: Cannot...