Skip to content
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

fix: broken shebang parameters of cli-ts-node-commonjs and cli-ts-node-esm on some linux distros #8821

Merged
merged 2 commits into from
Mar 29, 2022

Commits on Mar 28, 2022

  1. fix: broken shebang parameters of cli-ts-node-commonjs and `cli-ts-…

    …node-esm` on some linux distros
    
    Changed to nodejs workaround instead of relying on shebang parameters, as they work a bit differently on some linux distros, and using the "-S" parameter breaks the CLI on Windows
    
    Closes typeorm#8818
    giladgd committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f66de2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bdf0b3 View commit details
    Browse the repository at this point in the history