stremio-addon-sdk icon indicating copy to clipboard operation
stremio-addon-sdk copied to clipboard

supernode.js not found

Open TripleThreads opened this issue 3 years ago • 1 comments

I have tried with/without root(sudo).

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/.../.nvm/versions/node/v15.3.0/lib/node_modules/stremio-addon-sdk/cli/supernode.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/.../.nvm/versions/node/v15.3.0/lib/node_modules/stremio-addon-sdk/cli/supernode.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/.../.npm/_logs/2020-11-29T11_35_28_073Z-debug.log

TripleThreads avatar Nov 29 '20 11:11 TripleThreads

this functionality is deprecated - we fixed this in a recent commit https://github.com/Stremio/stremio-addon-sdk/commit/05538ebf7ae67641d19f78f31991534b810fa59b

it is replaced by beamup: https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/deploying/README.md#deploying-your-addon

Ivshti avatar Nov 29 '20 14:11 Ivshti