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
(Tell what you expected to happen)
build successfully
Actual result:
failed
(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. 🙇
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.
(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 repobolt-js/examples/getting-started-typescript/package.json
Line 13 in ed8abf7
Your
App
and Receiver Configuratione.g.
const myApp = new App({ ... what options are you using? })
bolt-js/examples/getting-started-typescript/src/app.ts
Lines 6 to 10 in ed8abf7
Node.js runtime version
(Paste the output of
node --version
)Steps to reproduce:
(Share the commands to run, source code, and project settings)
git clone https://github.com/slackapi/bolt-js.git
cd examples/getting-started-typescript
npm i
npm run build
Expected result:
(Tell what you expected to happen)
build successfully
Actual result:
failed
(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.
The text was updated successfully, but these errors were encountered: