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

Export too many duplicate types that can not successfully develop in TypeScript #2234

Closed
yoychen opened this issue Sep 4, 2024 · 2 comments

Comments

@yoychen
Copy link

yoychen commented Sep 4, 2024

(Filling out the following with as much detail as you can provide will help us solve your issue sooner.)

It occurs in my new project, and the official repo's ts example project also has the same problem. 🙇

@slack/bolt version

"@slack/bolt": "^3.21.1", and the example project in official repo

Your App and Receiver Configuration

e.g. const myApp = new App({ ... what options are you using? })

const app = new App({
token: process.env.SLACK_BOT_TOKEN,
signingSecret: process.env.SLACK_SIGNING_SECRET,
logLevel: LogLevel.DEBUG,
});

Node.js runtime version

(Paste the output of node --version)

image

Steps to reproduce:

(Share the commands to run, source code, and project settings)

  1. git clone https://github.com/slackapi/bolt-js.git
  2. cd examples/getting-started-typescript
  3. npm i
  4. npm run build

Expected result:

(Tell what you expected to happen)
build successfully

Actual result:

failed
image

(Tell what actually happened with logs, screenshots)

Requirements

For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

@yoychen
Copy link
Author

yoychen commented Sep 4, 2024

This is the same issue #2233

@filmaj
Copy link
Contributor

filmaj commented Sep 5, 2024

Thank you for submitting the issue. Indeed it is a duplicate of #2233. I am looking into the problem. I will close this and instead post updates to #2233.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants