Git Product home page Git Product logo

Comments (5)

LoicPoullain avatar LoicPoullain commented on May 9, 2024

Hi @Jrfidellis

Thanks for reporting this error.

npm run migration:generate -- -n TestMigration

> [email protected] migration:generate C:\Users\joao.fidellis\Desktop\test-app> ts-node ./node_modules/.bin/typeorm migration:generate "-n" "TestMigration"

C:\Users\joao.fidellis\Desktop\test-app\node_modules.bin\typeorm:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
^^^^^^^

SyntaxError: missing ) after argument list
	at createScript (vm.js:80:10)
	at Object.runInThisContext (vm.js:139:10)
	at Module._compile (module.js:616:28)
	at Object.Module._extensions..js (module.js:663:10)
	at Module.load (module.js:565:32)
	at tryModuleLoad (module.js:505:12)
	at Function.Module._load (module.js:497:3)
	at Function.Module.runMain (module.js:693:10)
	at Object. (C:\Users\joao.fidellis\Desktop\test-app\node_modules\ts-node\src\bin.ts:147:12)
	at Module._compile (module.js:652:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] migration:generate: ts-node ./node_modules/.bin/typeorm migration:generate "-n" "TestMigration"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] migration:generate script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.`

It looks like that this error is specific to TypeORM (see typeorm/typeorm#2316).

However as entities are all compiled to JavaScript in FoalTS, I think we can get rid of ts-node to generate, run and revert the migrations.

I updated the package.json with the following lines:

{
  ...
  "migration:generate": "./node_modules/.bin/typeorm migration:generate",
  "migration:run": "./node_modules/.bin/typeorm migration:run",
  "migration:revert": "./node_modules/.bin/typeorm migration:revert"
  ...
}

I tested it on Windows and Mac OS and it seems to work. Could you confirm on your host?

from foal.

Jrfidellis avatar Jrfidellis commented on May 9, 2024

It's working properly now @LoicPoullain, thanks!

from foal.

Jrfidellis avatar Jrfidellis commented on May 9, 2024

I took the liberty to open a PL with those changes.

from foal.

LoicPoullain avatar LoicPoullain commented on May 9, 2024

👌

from foal.

LoicPoullain avatar LoicPoullain commented on May 9, 2024

Fixed in v0.6.0-beta.4.

from foal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.