https://github.com/samchon/ts-patch-bug-report-93
npx `ts-node -C ts-patch` does not work
https://github.com/samchon/ts-patch-bug-report-93
Last synced: 10 months ago
JSON representation
npx `ts-node -C ts-patch` does not work
- Host: GitHub
- URL: https://github.com/samchon/ts-patch-bug-report-93
- Owner: samchon
- License: mit
- Created: 2023-04-11T12:01:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T02:05:42.000Z (about 3 years ago)
- Last Synced: 2025-02-25T04:34:20.538Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bug report for [nonara/ts-patch#93](https://github.com/nonara/ts-patch/issues/93).
No problem when running `tspc` command, but running through `ts-node` with `-C ts-patch` is not possible.
Of course, if I run `ts-patch install` command and just run `ts-node` without the `-C ts-patch` option, it works fine.