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
node.on('ready') won't trigger when reinstall ipfs #1015
Labels
kind/support
A question or request for support
Comments
Are you sure it is the |
Yes,this code works before #1000 |
Found out the error
|
looks like the lock was left behind. just remove that file :) |
Thanks,do you know which situation will generate this lock file. |
Glad that worked :) The lock file is generated every time to start the node. You need to shutdown the node graciously (with .stop) to remove it. If you kill the process, then you have to remove it manually. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Because npm issue,so when I install other dependence the ipfs modue been deleted,so I install ipfs again.
But when execute the code below again will not happen anything after reinstall ipfs using
npm install ipfs
oryarn add ipfs.
trying to remove node_module and reinstall but still not works.
but there is a node object for
console.log(node)
The text was updated successfully, but these errors were encountered: