Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't install in windows #20

Closed
almogon opened this issue Oct 3, 2016 · 2 comments
Closed

Doesn't install in windows #20

almogon opened this issue Oct 3, 2016 · 2 comments

Comments

@almogon
Copy link

almogon commented Oct 3, 2016

Hello, i try install modern-syslog but i have this error:
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "modern-syslog"
npm ERR! node v0.12.4
npm ERR! npm v2.10.1
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: [email protected]
npm ERR! notsup Valid OS: !win32
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64

Modern-syslog doesn't work in windows ??

Thanks

@rmg
Copy link
Member

rmg commented Mar 20, 2017

More accurately, Windows does not support syslog :-(

This module is a "simple" wrapper for the standard syslog(3) interface that is available on UNIX-style OSes (Linux, BSDs, Darwin/macOS) as part of POSIX.

@cawoodm
Copy link

cawoodm commented Jan 21, 2021

More accurately, Windows does not support syslog :-(

This is incorrect: windows does support syslog and the module node-syslog works cross platform. So it could work on windows with some adaptation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants