-
Notifications
You must be signed in to change notification settings - Fork 13
Feature/revise pkg download #374
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
Conversation
Does still count package from same ip multiple times
Fixes #358 |
@@ -1,6 +1,9 @@ | |||
var _ = require('lodash'); | |||
var Promise = require('bluebird'); | |||
var dateFormat = require('dateformat'); | |||
var CSV = require('csv-js'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to also add thoses package to package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably removed it when removing other packages I added but didn't need eventually
@@ -12,6 +12,7 @@ | |||
"cheerio": "^0.20.0", | |||
"connect-flash": "^0.1.1", | |||
"connect-redis": "^3.1.0", | |||
"csv-js": "^1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ludov04 Seems like I already did that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhoobergs I missed it somehow, but zlib
is still missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ludov04 zlib
is part of node
No description provided.