Package Details: fluent-reader 1.1.4-1

Git Clone URL: https://aur.archlinux.org/fluent-reader.git (read-only, click to copy)
Package Base: fluent-reader
Description: Modern desktop RSS reader built with Electron, React, and Fluent UI
Upstream URL: https://hyliu.me/fluent-reader/
Licenses: BSD
Submitter: D3SOX
Maintainer: D3SOX
Last Packager: D3SOX
Votes: 10
Popularity: 0.000000
First Submitted: 2021-02-22 14:06 (UTC)
Last Updated: 2023-10-16 07:43 (UTC)

Latest Comments

K12ish commented on 2023-04-26 11:04 (UTC)

I'm trying to install with npm 8.19.2 and node 19.9.0, and I'm getting an error on install that looks like this:

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:140:10)
    ...
    ...
    at /home/krish/.cache/paru/clone/fluent-reader/src/fluent-reader-1.1.3/node_modules/graceful-fs/graceful-fs.js:123:16
    at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

I suspect this is an issue that can only be corrected by an upstream release; npm reports 26 vulnerabilities (4 moderate, 16 high, 6 critical), and stackoverflow claims that the solution is to run npm audit fix --force

D3SOX commented on 2021-04-06 08:48 (UTC)

@SilverRainZ added

SilverRainZ commented on 2021-04-06 06:06 (UTC)

Hello, can you please link /opt/fluent-reader/fluent-reader to /usr/bin?

D3SOX commented on 2021-03-15 09:27 (UTC)

@chn I'm still not quite sure what caused this but glad to hear that it worked out now.

chn commented on 2021-03-15 09:23 (UTC) (edited on 2021-03-15 09:25 (UTC) by chn)

@D3SOX Thank you for your immediate reply. I build successfully after remove the following directories:

~/.npm
~/.cache/electron
~/.cache/electron-builder
~/.cache/js-v8flags

I am using community/nodejs 15.11.0-1.

D3SOX commented on 2021-03-15 09:11 (UTC) (edited on 2021-03-15 09:15 (UTC) by D3SOX)

@chn I successfully built it with yay right now. Can you try a clean build? Which distribution and version of nodejs are you using?

chn commented on 2021-03-15 09:06 (UTC)

Build failed.

npm ERR! code 1
npm ERR! path /home/chn/.cache/yay/fluent-reader/src/fluent-reader-1.0.0/node_modules/electron
npm ERR! command failed
npm ERR! command sh -c node install.js
npm ERR! RequestError
npm ERR!     at ClientRequest.<anonymous> (/home/chn/.cache/yay/fluent-reader/src/fluent-reader-1.0.0/node_modules/got/source/request-as-event-emitter.js:178:14)
npm ERR!     at Object.onceWrapper (node:events:485:26)
npm ERR!     at ClientRequest.emit (node:events:390:22)
npm ERR!     at ClientRequest.origin.emit (/home/chn/.cache/yay/fluent-reader/src/fluent-reader-1.0.0/node_modules/@szmarczak/http-timer/source/index.js:37:11)
npm ERR!     at TLSSocket.socketErrorListener (node:_http_client:462:9)
npm ERR!     at TLSSocket.emit (node:events:378:20)
npm ERR!     at TLSSocket._emitTLSError (node:_tls_wrap:901:10)
npm ERR!     at TLSWrap.onerror (node:_tls_wrap:428:11)

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/chn/.npm/_logs/2021-03-15T09_04_12_479Z-debug.log

This is the full log: https://api.chn.moe/files/chn/2d12d1648dca0741fe080337a831689c.log