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

importSqlFile and other tools don't build by default, docs not helpful #6379

Closed
dronus opened this issue May 13, 2024 · 1 comment
Closed

Comments

@dronus
Copy link

dronus commented May 13, 2024

Describe the bug
importSqlFile.js and other tools in bin/ mentioned throughout the docs does not exist anymore. They need to be built from .ts files now as it seems, but there is no docs on this, and tsc fails on those files with a lot of errors.

To Reproduce
Steps to reproduce the behavior:

  1. try to run node bin/importSqlFile.js as supposed by docs

Expected behavior
importSqlFile.js shoud run now. If there are preparations needed, docs should mention those and guide through the process.

Additional context
There are a lot of .ts files in bin/ now. But running tsc on them errors out with a lot of problems in dependent packages.

@SamTV12345
Copy link
Member

It should work if you just do cd bin; pnpm i; pnpm run importSqlFile $MyFile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants