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
#458 introduced changes on how the js/go bin are resolved, but Usage on README was not updated, so took me a while before understanding I have to specify the bin path, the same way it's done in /examples.
Command failed with ENOENT: ipfs/src/cli/bin.js daemon --enable-preload false
spawn ipfs/src/cli/bin.js ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
The text was updated successfully, but these errors were encountered:
Hi,
#458 introduced changes on how the js/go bin are resolved, but Usage on README was not updated, so took me a while before understanding I have to specify the bin path, the same way it's done in /examples.
When testing with:
I get the following error:
The text was updated successfully, but these errors were encountered: