Nodejs-Sia icon indicating copy to clipboard operation
Nodejs-Sia copied to clipboard

Nodejs bindings for the siad API - https://sia.tech

Results 5 Nodejs-Sia issues
Sort by recently updated
recently updated
newest added

This fixes issue #49 babel-runtime needs to be included under dependencies rather than devDependencies so that the runtime package is included in the actual build lib.

I have followed the instructions but when I try to run the code I am getting the following error: ` Error: Cannot find module 'babel-runtime/regenerator' at Function.Module._resolveFilename (module.js:527:15) at Function.Module._load...

this package needs documentation about what it is, why it exists, how it is organized, and what to be aware of when modifying it.

The nodejs repo should have a variable/const for 'minimum siad version'. If the currently running siad has a lower version number, it should be closed. If the on-disk siad has...