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

Error on install.sh #203

Open
kdog0598 opened this issue Nov 15, 2024 · 0 comments
Open

Error on install.sh #203

kdog0598 opened this issue Nov 15, 2024 · 0 comments

Comments

@kdog0598
Copy link

I recently pulled the repo and tried to run the install script but it is failing while running the command "rimraf dist && tsc"

> craig-bot
$ rimraf dist && tsc
src/modules/recorder/recording.ts(583,71): error TS2551: Property 'wsSequence' does not exist on type 'VoiceConnection'. Did you mean 'sequence'?
src/textCommands/join.ts(40,15): error TS2741: Property 'id' is missing in type '{ name: string; }' but required in type 'PartialEmoji'.
src/textCommands/leave.ts(54,15): error TS2741: Property 'id' is missing in type '{ name: string; }' but required in type 'PartialEmoji'.
src/util.ts(172,8): error TS2315: Type 'MessageContent' is not generic.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed.
Exit code: 2
Command: /home/kieran/.nvm/versions/node/v18.18.2/bin/node
Arguments: /home/kieran/.nvm/versions/node/v18.18.2/lib/node_modules/yarn/lib/cli.js run build
Directory: /home/kieran/craig2/craig/apps/bot
Output:

info Visit https://yarnpkg.com/en/docs/cli/workspaces for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Am I missing something?

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

1 participant