8000 Error on install.sh · Issue #203 · CraigChat/craig · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Error on install.sh #203
Open
Open
@kdog0598

Description

@kdog0598

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0