-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error in node_module in new version of slack-notify #36
Comments
Having same issue here |
+1 |
If I were to add I'm having trouble reproducing this issue locally. Can someone provide steps I can use to reproduce this issue? |
Hi, @andrewchilds I am also not able to reproduce this error in a straightforward way locally, it is happening in one of our hosted APIs |
update : unable to re-create this as this works in standalone codebase but due to some unknown reasons, our existing codebase fails to get it working due to privacy reasons, I can't share the codebase related files, but I will see if I can replicate the environment and try to generate the error |
I am facing the same error after the update is this thing fixed
|
Hi @andrewchilds error during build:
Error: Build failed with 1 error:
node_modules/.pnpm/slack-notify@2.0.6/node_modules/slack-notify/src/esm/index.mjs:1:18: ERROR: Could not resolve "https"
at failureErrorWithLog (/Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:1649:15)
at /Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:1058:25
at /Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:1003:52
at buildResponseToResult (/Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:1056:7)
at /Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:1085:16
at responseCallbacks.<computed> (/Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:703:9)
at handleIncomingPacket (/Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:762:9)
at Socket.readFromStdout (/Users/nik/Sites/meet-quantifly/node_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:679:7)
at Socket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:335:12)
ELIFECYCLE Command failed with exit code 1. |
After googling around, I found out that adding |
Please check this issue , I think we should have type : module in package.json
The text was updated successfully, but these errors were encountered: