You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,13 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
42
42
43
43
[**`Weekly Core Dev Calls`**](https://github.com/ipfs/pm/issues/650)
44
44
45
+
46
+
### Important note
47
+
48
+
If you're upgrading from < 0.30.0 to >= 0.30.0 you might run into errors when installing dependencies due to non-existing git hooks [as discussed here](https://github.com/ipfs/js-ipfs/issues/1444).
49
+
50
+
Please remove `.git/hooks/pre-push` first and run `npm install` again to fix this issue as mentioned in the linked discussed above.
- [`ipfs.files.cat(ipfsPath, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescat). Alias to `ipfs.cat`.
- [`ipfs.files.get(ipfsPath, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesget). Alias to `ipfs.get`.
0 commit comments