-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixed issues with some required modules #108
Conversation
It also seems to me that the current build is failing due to this - ipfs/js-ipfs-unixfs#8 |
LGTM |
@@ -3,7 +3,7 @@ const debug = require('debug') | |||
const path = require('path') | |||
const log = debug('cli:config') | |||
log.error = debug('cli:config:error') | |||
const utils = require('utils') | |||
const utils = require('../../utils') |
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.
how was this not failing before? Could you add a test too @JGAntunes ? Thank you!
//cc @xicombd
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.
No idea, I'll try to review the config commands later today, I think they're not working with the daemon running either 😟
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.
@diasdavid sure thing, will look at it later today also, so maybe I can help you out @xicombd.
build is green now (for this branch as well), let me know if it is working for you. |
Seems good to me, I can now install and run the cli. |
While trying to install and run ipfs I ran into some troubles, this should fix some of it.