You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing with typeorm for my expo project, but I can't seem to generate an initial migration. I get the following error:
$ typeorm migration:generate -n InitialMigration
Error during migration generation:
C:\Users\...\node_modules\expo-sqlite\build\index.js:1
export * from './SQLite';
^^^^^^
SyntaxError: Unexpected token 'export'
at wrapSafe (internal/modules/cjs/loader.js:1053:16)
at Module._compile (internal/modules/cjs/loader.js:1101:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (C:\Users\Ming\git\TheGreenerThumb\ormconfig.js:5:11)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
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: