-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Node 10 #1369
Conversation
@@ -110,7 +110,7 @@ | |||
"ipfs-block": "~0.7.1", | |||
"ipfs-block-service": "~0.14.0", | |||
"ipfs-multipart": "~0.1.0", | |||
"ipfs-repo": "~0.20.0", | |||
"ipfs-repo": "~0.22.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.
@jacobheun CI is not happy with the latest ipfs-repo. How did you run the tests before (ref: ipfs/js-ipfs-repo#168 (comment))
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.
This is due to the ipld PR, ipld/js-ipld#129, that needs released. I will update #1358 once that is done.
The current versioning scheme results in old leveldown being installed for ipld, which breaks the install.
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.
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 I already have a PR open for node 10 that is running tests now, #1358. It also includes the fix for the breaking change in ipfs-repo 0.20.1 ipfs/js-ipfs-repo#165, which is the errors your PR is getting.
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.
Missed that one. I had read from your message that you had tested against js-ipfs master. All good then :)
Let's give Node 10 a spin! :)