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 has been archived by the owner on Feb 12, 2024. It is now read-only.
Swarm listening on /ip4/127.0.0.1/tcp/4003/ws/ipfs/QmdtGx5n4CgWa3hNRJUTajHVSmoSPD1buNK9AYK1XYPofq
Swarm listening on /ip4/127.0.0.1/tcp/4002/ipfs/QmdtGx5n4CgWa3hNRJUTajHVSmoSPD1buNK9AYK1XYPofq
Swarm listening on /ip4/192.168.1.20/tcp/4002/ipfs/QmdtGx5n4CgWa3hNRJUTajHVSmoSPD1buNK9AYK1XYPofq
Swarm listening on /ip4/192.168.198.118/tcp/4002/ipfs/QmdtGx5n4CgWa3hNRJUTajHVSmoSPD1buNK9AYK1XYPofq
Version: 0.33.1
(node:145158) UnhandledPromiseRejectionWarning: TypeError: node.add is not a function
at IPFS.node.on (/root/ipfs-demo/index.js:10:33)
(node:145158) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:145158) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Simplely run this example https://github.com/ipfs/js-ipfs/tree/master/examples/ipfs-101
My index.js is
The output is
My pacckage.json
Node 10.3.0 on CentOS 7.3
The text was updated successfully, but these errors were encountered: