ver-1000000 / butler

バトラーは、いくつかの機能を持ったDiscord用のBOTです。
MIT License
0 stars 1 forks source link

モノリポ化したbutlerのtscがglitch上で動かない #16

Closed ver-1000000 closed 3 years ago

ver-1000000 commented 3 years ago

次のようなエラーが出てる。 意味がわからん。

> @butler/worker@1.0.1 build
> npx tsc -b .

                This is not the tsc command you are looking for                

To get access to the TypeScript compiler, tsc, from the command line either:
- Use npm install typescript to first add TypeScript to your project before using npx
- Use yarn to avoid accidentally running code from packages which haven't been installed

12試してみて、そのあとesbuildにする?

ver-1000000 commented 3 years ago

https://github.com/Quramy/npm-ts-workspaces-example を参考にしつつ、ファイル構成を見直したら解決した :pray: