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 Dec 27, 2022. It is now read-only.
I tried to install with npm as guided on the website:
$ npm i -g @atek-cloud/spork
But I got below error:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for dht-rpc@next.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
Then I tried to clone this repo then install and build, got typescript error but the dist/bin.js is functional.
$ pnpm i
$ npm link
$ spork
spork - A p2p sockets multi-tool
Commands:
spork bind [public-key] - Bind a p2p socket as a proxy to a local or remote server.
spork gateway - Create an HTTP server that routes to p2p sockets by subdomain.
spork serve {path} - Serve a folder as a static HTTP site over p2p sockets.
spork beam [passphrase] - Create a encrypted network pipe.
Below is the resolved version when installed locally:
I tried to install with npm as guided on the website:
But I got below error:
Then I tried to clone this repo then install and build, got typescript error but the dist/bin.js is functional.
Below is the resolved version when installed locally:
The text was updated successfully, but these errors were encountered: