RoccoC / webpack-build-notifier

A Webpack plugin that generates OS notifications for build steps using node-notifier.
MIT License
162 stars 24 forks source link

Doesn't seems to work on Apple Silicon with Big Sur using Webpack 5 #63

Closed jimblue closed 9 months ago

jimblue commented 3 years ago

I'm not sure why it's not working @RoccoC... Apple Silicon ? Big Sur ? Wenbpack 5 ? All of them...

jimblue commented 3 years ago

My bad, sorry for the noise, seems to be because of node-notifier.

RoccoC commented 3 years ago

Hey @jimblue , thanks for the bug report. Yeah, could be -- I see there's an issue logged over there as well: https://github.com/mikaelbr/node-notifier/issues/361

Unfortunately I don't have an M1 to test with, but I'll do some digging to see if I can positively identify the source of the problem.

I'm going to re-open this so it doesn't fall off the radar.

RoccoC commented 3 years ago

@jimblue, by chance are you seeing the same error as reported in the node-notifier issue?

Error: spawn Unknown system error -86
    at ChildProcess.spawn (node:internal/child_process:416:11)
    at spawn (node:child_process:619:9)
    at Object.execFile (node:child_process:262:17)
    at Object.module.exports.fileCommandJson (/node_modules/node-notifier/lib/utils.js:83:13)
jimblue commented 3 years ago

@RoccoC no I don't sorry

GuidoHendriks commented 3 years ago

@RoccoC I see the same error on my Mac mini M1. Please let me know if I can help out in any way.

haxxxton commented 2 years ago

not sure if related, but I just upgraded from webpack 4 to webpack 5, and latest build notifier has stopped working. (Intel chip)

ImLunaHey commented 11 months ago

This can be closed. Installing rosetta resolves this issue.