strongloop / modern-syslog

modern-syslog
Other
49 stars 19 forks source link

Doesn't install in windows #20

Closed almogon closed 7 years ago

almogon commented 7 years ago

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: modern-syslog@1.1.4 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 commented 7 years ago

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 commented 3 years ago

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.