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
Type error on current HEAD #3527
Labels
kind/bug
A bug in existing code (including security flaws)
Comments
Looks like the types introduced by multiformats/js-multihashing-async#92 went out as a minor which has broken things. |
achingbrain
added a commit
that referenced
this issue
Feb 4, 2021
The new types in multihashing-async are unsurprisingly stricter than using no types at all. fixes #3527
achingbrain
added
kind/bug
A bug in existing code (including security flaws)
and removed
need/triage
Needs initial labeling and prioritization
labels
Feb 5, 2021
achingbrain
added a commit
that referenced
this issue
Feb 7, 2021
The new types in multihashing-async are unsurprisingly stricter than using no types at all. fixes #3527
oliveriosousa
pushed a commit
to oliveriosousa/js-ipfs
that referenced
this issue
Jul 26, 2021
The new types in multihashing-async are unsurprisingly stricter than using no types at all. fixes ipfs#3527
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ipfs pin [-r] <ipfs-path>
#1 SMP Debian 5.9.11-1 (2020-11-27) x86_64 GNU/LinuSeverity: High
Description:
npm install
errors. From the output I can't tell if it's a fatal error (and the installation actually works) or if it's an error that can be ignored.I checked the source out and ran
npm install
. It failed withWhen I run
$ npx aegir build --no-bundle
directly inpackages/ipfs-core
, I get the same error.tsc
is at version4.1.3
.I expected that an
npm install
is successful.Steps to reproduce the error:
The text was updated successfully, but these errors were encountered: