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
Hello! According to the instructions on the npm page for nestjs-slack-webhook, it says to install the package with npm install nestjs-slack-webhook. However, when I run my application afterward, I encounter the following error: Error: Cannot find module '@slack/webhook'
I found that installing @slack/webhook separately (i.e., npm install @slack/webhook) fixes the issue. Is this the expected behavior? I’m wondering if there is any problem or missing dependency configuration in the package. Any insight would be appreciated!
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello! According to the instructions on the npm page for nestjs-slack-webhook, it says to install the package with npm install nestjs-slack-webhook. However, when I run my application afterward, I encounter the following error:
Error: Cannot find module '@slack/webhook'
I found that installing @slack/webhook separately (i.e., npm install @slack/webhook) fixes the issue. Is this the expected behavior? I’m wondering if there is any problem or missing dependency configuration in the package. Any insight would be appreciated!
Thank you in advance.
The text was updated successfully, but these errors were encountered: