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

Can not build docs with yarn docs #171

Open
WaldemarEnns opened this issue Jan 16, 2025 · 0 comments
Open

Can not build docs with yarn docs #171

WaldemarEnns opened this issue Jan 16, 2025 · 0 comments

Comments

@WaldemarEnns
Copy link

Using:

  • node 22.7.0
  • npm 10.8.2
  • yarn 3.6.1
  • typescript 2.7.2 (as defined in package.json)

Both, npm run docs and yarn docs return multiple errors:

yarn docs:

Loaded plugin typedoc-plugin-external-module-name

Using TypeScript 2.4.1 from /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/typedoc/node_modules/typescript/lib
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(38)
 ')' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(39)
 '=' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(40)
 Unexpected token. A constructor, method, accessor, or property was expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(40)
 ';' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(40)
 '(' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(40)
 Unexpected token. A constructor, method, accessor, or property was expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(40)
 Expression expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(46)
 ',' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(46)
 ',' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(46)
 Expression expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(46)
 ';' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(46)
 '(' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(52)
 ')' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(52)
 ';' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(52)
 Declaration or statement expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(52)
 '(' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(54)
 ';' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(54)
 '(' expected.
Error: /Users/enux/wenns/Rocket.Chat.js.SDK/node_modules/@types/keyv/index.d.ts(55)
 Declaration or statement expected.

I would love to contribute to this project if possible, although I know that this repo will most likely be moved to another or a new SDK will be published. Having the dependencies cleared would definitely be a good thing to do.

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