This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(readme): add migration note about upgrading from < 0.30.0
Closes #1444 License: MIT Signed-off-by: Pascal Precht <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,19 @@ Signed-off-by: David Dias <[email protected]> | |
License: MIT | ||
Signed-off-by: Alan Shaw <[email protected]> | ||
|
||
* Git pre-push hook has been removed | ||
|
||
**This only applies to developers that build IPFS from source, not for consumers** | ||
|
||
This can cause problems during installation of npm dependencies, in case the repository | ||
is not freshly cloned. Prior to 0.30.0 a pre-push hook has been set up to verify | ||
changes before sending them to a remote repository. Due to the removal, existing | ||
installations will have dead symlinks that cause `npm install` to fail. | ||
|
||
The migration path is to remove the `pre-hook` file/symlink inside `.git/hooks` of | ||
your clone. | ||
|
||
[Read this issue](https://github.com/ipfs/js-ipfs/issues/1444) for more information. | ||
|
||
|
||
<a name="0.29.3"></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters