uplink-nodejs icon indicating copy to clipboard operation
uplink-nodejs copied to clipboard

NodeJS / typescript bindings for libuplink

Results 12 uplink-nodejs issues
Sort by recently updated
recently updated
newest added

It looks like this package is not being maintained, is it? I could build it a couple of years ago for some tests I did back then, but I can't...

`npm install uplink-nodejs` npm ERR! code 7 npm ERR! path /home/reileigh/node_modules/uplink-nodejs npm ERR! command failed npm ERR! command sh -c (node-gyp configure) && (node-gyp rebuild) npm ERR! gyp info it...

hello! i have a sveltkit app and inside a load function(server side) im getting this import error, am I missing something? ```ts import storj from "uplink-nodejs" export const load =...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

No such command as "npm preinstall" the command is "npm run preinstall".

Specs: OS: Windows 10 MAKE: 0.8.1 NPM: 8.1.2 NODE: v16.3.0 NODE-GYP: v8.4.1 PYTHON: 2.7.13 GO: 1.17.6 Packages installed: @types/node: ^17.0.10 (inside project) node-gyp: 8.4.1 (globally) make: 4.3 (via chocolatey) make:...

This is almost impossible to install on windows, a lot of outdated information in the documentation. ``` λ npm --version 8.3.1 λ node --version v16.14.0 λ make --version GNU Make...

An update to support features from the new release of uplink-c, according to messages from this [PR](https://github.com/storj/uplink-c/pull/13). Notes: 1. It works on macOS, but I couldn't test it on Windows,...

When downloading ~1GB of files, each 10mb, one after another waiting for the previous one to be finished downloading, total memory usage of the uplink bindings increase to ~1.5GB, they...

remove doc generation from prod build workflow and into dev/on-demand. Local devs unlikely to build their own local doco.