fgm / filog

A fine logger package for Meteor.JS applications (client + server)
GNU General Public License v3.0
18 stars 6 forks source link

[windows/error] meteor npm i filog --save #41

Closed ontwikkelfabriek closed 7 years ago

ontwikkelfabriek commented 7 years ago

Running the command below in a windows 10 machine results in error:

meteor npm i filog --save

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for modern-syslog@1.1.4: wanted {"os":"!win32","arch":"any"} (current: {"os":"win32","arch":"ia32"})
npm ERR! notsup Valid OS:    !win32
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: ia32
fgm commented 7 years ago

This error says modern-syslog is not supported on Windows (or as its author says, Windows doesn't support syslog), and Filog depends on it.

This would probably need one of three approaches:

Which do you prefer ?

fgm commented 7 years ago

No answer in over one month. Assuming lack of interest.