modern-syslog icon indicating copy to clipboard operation
modern-syslog copied to clipboard

modern-syslog

Results 7 modern-syslog issues
Sort by recently updated
recently updated
newest added

When I run `npm install` the build finishes but it seems to build with the `x86_64` architecture instead of the new `arm64` architecture needed for the M3 chip that my...

- ci: add GHA workflows, test all LTS versions of node on ubuntu & macOS - preview the test output in the [actions tab of my fork](https://github.com/msimerson/modern-syslog/actions/runs/8932220003) - package.json: populate...

- update to latest nan so that it builds on v20 - update to latest tap and debug for security fixes - change t.assert() to t.ok() for API change in...

I have the following test program. ~~~javascript #! /usr/bin/node 'use strict'; const syslog = require('modern-syslog'); syslog.open ("myident", syslog.LOG_PID | syslog.LOG_ODELAY, syslog.LOG_LOCAL0); syslog.log (syslog.LOG_INFO, "test myident " + Date.now()); syslog.close ();...

I would like to check if it is possible to update modern-syslog to the latest LTS version of nodejs? Here are the installation errors: ` npm install modern-syslog npm ERR!...

**Similar issue:** https://github.com/Automattic/node-canvas/issues/1394 https://nodejs.org/api/addons.html#addons_context_aware_addons