Package Details: gitify 5.4.0-1

Git Clone URL: https://aur.archlinux.org/gitify.git (read-only, click to copy)
Package Base: gitify
Description: GitHub notifications on your menu bar.
Upstream URL: https://www.gitify.io/
Keywords: electron github github-api gitify node notifications react
Licenses: MIT
Submitter: PolpOnline
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.000000
First Submitted: 2021-06-05 13:09 (UTC)
Last Updated: 2024-04-18 01:03 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

PolpOnline commented on 2023-05-03 16:21 (UTC) (edited on 2023-05-03 16:22 (UTC) by PolpOnline)

The app does not build because the latest stable version that was released is not compatible with the currrent node version. I have tried to contact the author about that but he didn't respond. For now, I rely on the user to set the adequate node version because there are 100 different methods to have multiple Node versions installed on a single machine, and I don't want to force one.

Here's the issue on GitHub: https://github.com/manosim/gitify/issues/530

Saku commented on 2022-12-19 15:57 (UTC)

didn't work for me

yarn run v1.22.19
$ webpack --config webpack.prod.js
/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/loader-runner/lib/LoaderRunner.js:146
        if(isError) throw e;
                    ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:140:10)
    at BulkUpdateDecorator.hashFactory (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/util/createHash.js:138:18)
    at BulkUpdateDecorator.update (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/util/createHash.js:44:50)
    at SourceMapSource.updateHash (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack-sources/lib/SourceMapSource.js:233:8)
    at NormalModule._initBuildHash (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:737:17)
    at handleParseResult (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:801:10)
    at /home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:854:4
    at processResult (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:625:11)
    at /home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:676:5 {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v19.2.0
error Command failed with exit code 1.

gitify-bin works