Platform:
Windows 10 Pro x64
Version 20H2 (OS Build 19042.867)
Subsystem:
PIN
Severity:
Medium
Description:
When trying to use any function under ipfs.pin.remote, it says remote does not exist. And looking inside the ipfs-core folder in node_modules, I can't find the remote folder, unlike with ipfs-http-client.
My apologies if it is a duplicate or if I misunderstood something in the docs.
Steps to reproduce the error:
Creating a simple project with Typescript and no other dependencies than ipfs-core, ts-node and typescript.
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
"Priority" labels will show how urgent this is for the team.
"Status" labels will show if this is ready to be worked on, blocked, or in progress.
"Need" labels will indicate if additional input or analysis is required.
piskel commentedApr 15, 2021
Platform:
Windows 10 Pro x64
Version 20H2 (OS Build 19042.867)
Subsystem:
PIN
Severity:
Medium
Description:
When trying to use any function under
ipfs.pin.remote, it says remote does not exist. And looking inside the ipfs-core folder in node_modules, I can't find the remote folder, unlike with ipfs-http-client.My apologies if it is a duplicate or if I misunderstood something in the docs.
Steps to reproduce the error:
Creating a simple project with Typescript and no other dependencies than ipfs-core, ts-node and typescript.
The following code was used:
The text was updated successfully, but these errors were encountered: