Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Fix/node10 #129

Merged
merged 2 commits into from
May 29, 2018
Merged

Fix/node10 #129

merged 2 commits into from
May 29, 2018

Conversation

jacobheun
Copy link
Contributor

@jacobheun jacobheun commented May 14, 2018

This PR updates the version of ipfs-repo. This is to address an issue with js-ipfs failing to run on node 10 due to leveldown versions.

Depends on ipfs/js-ipfs-repo#168
Connects to ipfs/js-ipfs#1347

@vmx vmx added the status/in-progress In progress label May 28, 2018
jacobheun added 2 commits May 29, 2018 17:30
Fixes and issue with node 10 failures

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
chore: updates deps

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
@jacobheun jacobheun mentioned this pull request May 29, 2018
10 tasks
@jacobheun jacobheun changed the title [WIP] Fix/node10 Fix/node10 May 29, 2018
@jacobheun jacobheun requested review from daviddias and vmx May 29, 2018 15:50
@jacobheun
Copy link
Contributor Author

@diasdavid @vmx this is the last PR needed to resolve the js-ipfs node 10 build errors, ipfs/js-ipfs#1358.

@@ -49,7 +49,7 @@
"interface-datastore": "~0.4.2",
"ipfs-block": "~0.7.1",
"ipfs-block-service": "~0.14.0",
"ipfs-repo": "~0.20.0",
"ipfs-repo": "~0.22.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove https://github.com/ipld/js-ipld/blob/master/src/index.js#L413-L440 so that we don't have to have so many deps as main deps?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Future work :)

@vmx vmx merged commit eea037d into master May 29, 2018
@vmx vmx deleted the fix/node10 branch May 29, 2018 16:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants