-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when generating migration #3
Comments
This seems like a transpilation issue. Could you post what your tsconfig.json looks like? |
Experiencing the same as OP. My tsconfig:
My impression (take with a grain of salt, as I know nothing about node) is that something is wrong in reading the |
The same is happening to me. The issue is the same as here: TypeStrong/ts-node#935 Here is my {
"extends": "expo/tsconfig.base",
"compilerOptions": {
"module": "commonjs",
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"strict": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"baseUrl": "./"
}
} Any ideas? I really need to make the migrations work on expo. |
@nmartinezb3 Just curious if you had any luck with this last year? |
I am also facing this issue, any advice? |
I'm playing with typeorm for my expo project, but I can't seem to generate an initial migration. I get the following error:
My ormconfig.js looks like:
The text was updated successfully, but these errors were encountered: