This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Remote services missing from ipfs-core ? #3626
Labels
need/triage
Needs initial labeling and prioritization
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: