nyakaspeter / stremio-torrent-stream

This self-hostable addon enables Stremio to stream movies and shows from torrents.
15 stars 4 forks source link

ELIFECYCLE  Command failed. #3

Open Ghostbot-07 opened 3 months ago

Ghostbot-07 commented 3 months ago

So I was trying to run the server with nodejs and pnpm and when I run the command pnpm i, It was showing me this error naming ELIFECYCLE command failed. Am I missing something or there is a problem actually?

This is the error when I hit the command “pnpm i”

eztv-crawler: Running install script... node_modules/.pnpm/node-datachannel@0.9.1/node_modules/node-datachannel: Running install script... node_modules/.pnpm/fs-native-extensions@1.2.7/node_modules/fs-native-extensions: Running install script, done in 532ms node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild: Running postinstall script, done in 384ms node_modules/.pnpm/bufferutil@4.0.8/node_modules/bufferutil: Running install script, done in 519ms node_modules/.pnpm/utf-8-validate@6.0.4/node_modules/utf-8-validate: Running install script, done in 538ms node_modules/.pnpm/utp-native@2.5.3/node_modules/utp-native: Running install script, done in 501ms node_modules/.pnpm/yts-api-node@1.1.3/node_modules/yts-api-node: Running install script... ELIFECYCLE  Command failed.

what might be the solution for this?

sergeycherepanov commented 2 months ago

@Ghostbot-07

you can get more info by running pnpm install --reporter=append-only I guess the tsc absent, just install it via npm install typescript -g