seiyria / tournamentmango

Manage tournaments and players easily.
https://seiyria.com/tournamentmango
GNU Lesser General Public License v3.0
133 stars 37 forks source link

Issues with dependencies #131

Closed dfiel closed 8 years ago

dfiel commented 8 years ago

When installing TournamentMango on a clean Ubuntu 16.04 server, I get the following errors, concerning the use of older versions of dependencies.

Image

Also, after listing the module tree, these errors are displayed: npm WARN optional Skipping failed optional dependency /chokidar/fsevents:

npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14

npm WARN optional Skipping failed optional dependency /browser-sync/chokidar/fsevents:

npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14

What can be done to fix this? I am new with NodeJS, sorry I am not of much help

seiyria commented 8 years ago

These are just warnings, nothing to worry about. Are you getting actual errors?

dfiel commented 8 years ago

No actual errors, but the warnings suggest that changes should be made due to DoS attacks, don't they? Or can I safely ignore this

seiyria commented 8 years ago

I think you can safely ignore it. If it presents any real errors, let me know. They don't seem to imply anything about DoS attacks. The minimatch error, however, does. But you won't get any regular expression DoS attacks because this app doesn't make any use of any of that.

Thanks for using TMango!