Il Michael Neumann ha scritto:
I've pushed some fixes upstream for libuv.
https://github.com/mneumann/libuv/commit/48447019aeeea66f1f6b1ad966ad99c18bff889c
https://github.com/mneumann/libuv/commit/ec2f4ccef8b553588149045cecf0e27118a72812
https://github.com/mneumann/libuv/commit/3fd16a09d31b785e
Am 30.07.2015 um 09:27 schrieb Robin Hahling:
On 29-07-2015 01:38, Marco Righele wrote:
Greetings,
is anybody using node.js with DragonFlyBSD ?
I have a strange issue when I spawn it from another instance of node.js.
(...)
Hi,
Node deserves some love in order to work properly on DragonFly.
On 29-07-2015 01:38, Marco Righele wrote:
Greetings,
is anybody using node.js with DragonFlyBSD ?
I have a strange issue when I spawn it from another instance of
node.js.
(...)
Hi,
Node deserves some love in order to work properly on DragonFly. To be
more specific, libuv, which is required b
Greetings,
is anybody using node.js with DragonFlyBSD ?
I have a strange issue when I spawn it from another instance of node.js.
A simple JS example:
var spawn = require('child_process').spawn;
var call = spawn('node', ['--eval', 'console.log("Hello World");']);
call.stdout.on('data'