You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I recently pulled the repo and tried to run the install script but it is failing while running the command "rimraf dist && tsc"
Am I missing something?
The text was updated successfully, but these errors were encountered: