Package Details: nodejs-nativefier 52.0.0-1

Git Clone URL: https://aur.archlinux.org/nodejs-nativefier.git (read-only, click to copy)
Package Base: nodejs-nativefier
Description: A command-line tool to easily create a desktop app for any web site with minimal configuration
Upstream URL: https://github.com/nativefier/nativefier/
Licenses: MIT
Submitter: rokoucha
Maintainer: frealgagu
Last Packager: frealgagu
Votes: 74
Popularity: 0.069700
First Submitted: 2016-02-20 05:39 (UTC)
Last Updated: 2023-09-08 19:23 (UTC)

Pinned Comments

frealgagu commented on 2021-11-08 15:02 (UTC)

I maintain the latest built package at:

https://github.com/frealgagu/archlinux.nodejs-nativefier/releases

Latest Comments

1 2 3 4 5 Next › Last »

bmlandis2010 commented on 2023-10-24 17:42 (UTC) (edited on 2023-10-24 17:43 (UTC) by bmlandis2010)

Upstream package is no longer maintained as of 9/29/2023

https://github.com/nativefier/nativefier/issues/1577

c-korn commented on 2023-08-18 09:54 (UTC) (edited on 2023-08-18 09:59 (UTC) by c-korn)

Having a problem with the new version here:

==> Erstelle Paket: nodejs-nativefier 51.0.1-1 (Fr 18 Aug 2023 11:36:21 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Betrete fakeroot Umgebung...
==> Beginne package()...
/usr/lib/node_modules/npm/lib/es6/validate-engines.js:31
    throw err
    ^

Error: Cannot find module 'nopt'
Require stack:
- /usr/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js
- /usr/lib/node_modules/npm/lib/npm.js
- /usr/lib/node_modules/npm/lib/cli-entry.js
- /usr/lib/node_modules/npm/lib/cli.js
- /usr/lib/node_modules/npm/bin/npm-cli.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
    at Module._load (node:internal/modules/cjs/loader:901:27)
    at Module.require (node:internal/modules/cjs/loader:1115:19)
    at require (node:internal/modules/helpers:119:18)
    at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/config        /lib/index.js:4:14)
    at Module._compile (node:internal/modules/cjs/loader:1233:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1287:10)
    at Module.load (node:internal/modules/cjs/loader:1091:32)
    at Module._load (node:internal/modules/cjs/loader:938:12)
    at Module.require (node:internal/modules/cjs/loader:1115:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js',
    '/usr/lib/node_modules/npm/lib/npm.js',
    '/usr/lib/node_modules/npm/lib/cli-entry.js',
    '/usr/lib/node_modules/npm/lib/cli.js',
    '/usr/lib/node_modules/npm/bin/npm-cli.js'
  ]
}

AchmadFathoni commented on 2022-11-04 00:41 (UTC)

node: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory

Technetium1 commented on 2022-01-17 03:28 (UTC) (edited on 2022-02-24 05:18 (UTC) by Technetium1)

Seems to work fine after bumping pkgver to 46.0.4. EDIT: 46.1.1 also works with no further changes.

frealgagu commented on 2021-11-08 15:02 (UTC)

I maintain the latest built package at:

https://github.com/frealgagu/archlinux.nodejs-nativefier/releases

ronjouch commented on 2021-09-20 15:53 (UTC) (edited on 2021-09-25 13:45 (UTC) by ronjouch)

Hi, upstream Nativefier maintainer here.

Heads up to the maintainers of this AUR package: in 45.0.1 I'm (re-)introducing lockfiles (package-lock.json + app/package-lock.json), for security & reproducibility reasons. Looking at your PKGBUILD I don't see obvious trouble with it, but please confirm. If upstream changes are needed, GitHub issue/PR welcome.

Cheers.

EDIT 2021-09-25 45.0.1 meant to introduce lockfiles, but a misunderstanding of npm publishing caused it to actually not have them. This was fixed in 45.0.4, which now actually includes the lockfiles.

ZorinArch commented on 2021-07-29 09:03 (UTC)

hi, please upgrade checksum to sha256sums.

lostkhaos commented on 2021-04-14 13:41 (UTC)

@gdamjan good call! Removed

gdamjan commented on 2021-04-14 11:47 (UTC)

--user root needs to be removed from the npm install

nevernow commented on 2021-03-25 13:12 (UTC)

I had the same problem as @najahiri. This fixed it:

sudo npm install -g semver@7.2.0 sudo npm install -g npm@7.7.4