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: 75
Popularity: 0.89
First Submitted: 2016-02-20 05:39 (UTC)
Last Updated: 2023-09-08 19:23 (UTC)

Required by (77)

Sources (1)

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

« First ‹ Previous 1 2 3 4 5

je-vv commented on 2018-10-11 01:33 (UTC)

Can you please add export npm_config_cache="$srcdir/npm_cache" prior to calling any nbm command? This will prevent dirtying other areas, and also will prevent as well picking caches from other/prior builds which have set this up.

lostkhaos commented on 2017-11-09 15:57 (UTC)

@balwierz indeed, npm warns you about this at least (although the comment that your version is out-of-date is incorrect). You can watch the issue on github to see when they fix it: https://github.com/nodejs/node/issues/16649

balwierz commented on 2017-11-09 13:24 (UTC)

It won't build with the future nodejs currently in community-testing: $ npm --version 5.5.1 $ yaourt -Qa nodejs community-testing/nodejs 9.1.0-1 ==> Starting package()... npm WARN npm npm does not support Node.js v9.1.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8. npm WARN npm You can find the latest version at https://nodejs.org/ WARNING: You are likely using a version of node-tar or npm that is incompatible with this version of Node.js.ock Please use either the version of npm that is bundled with Node.js, or a version of npm (> 5.5.1 or < 5.4.0) or node-tar (> 4.0.1) that is compatible with Node.js 9 and above. /usr/bin/node[8608]: ../src/node_zlib.cc:437:static void node::{anonymous}::ZCtx::Init(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args.Length() == 7 && "init(windowBits, level, memLevel, strategy, writeResult, writeCallback," " dictionary)"' failed. 1: node::Abort() [npm] 2: node::Assert(char const* const (*) [4]) [npm] 3: 0x55f369e0e628 [npm] 4: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [npm] 5: 0x55f3696fafaf [npm] 6: 0x55f3696fb4ff [npm] 7: 0x14d0bd5842fd /tmp/yaourt-tmp-foo/aur-nodejs-nativefier/./PKGBUILD: line 16: 8608 Aborted (core dumped) npm install -g --prefix "$pkgdir/usr" $_npmname@$_npmver

rokoucha commented on 2017-05-09 12:54 (UTC)

Sorry for late. I updated it.

gromain commented on 2017-05-04 14:42 (UTC)

Hi! Version 7.3.1 is out! Here https://github.com/jiahaog/nativefier/releases/tag/v7.3.1 and https://www.npmjs.com/package/nativefier Could you please update? Thanks!

gamezelda commented on 2017-04-03 17:59 (UTC)

I had to install extra/gconf for the generated apps to work, should be a dependency.

rokoucha commented on 2016-09-02 08:04 (UTC)

Sorry for being late. I have updated the PKGBUILD.

tembleking commented on 2016-08-31 14:27 (UTC)

Hey there! Version v7.0.1 is already out! Please could you update this package?