iptv-org / epg

Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.
https://iptv-org.github.io/
The Unlicense
1.89k stars 221 forks source link

Error: Cannot find module '@freearhey/core' #2448

Closed TridentWorks closed 4 days ago

TridentWorks commented 1 month ago

Followed the install instructions. This is the error I get when trying to run "nmp run grab". Grab.ts is located where it is suppose to be. If I missed something please let me know then delete this.

OS Version: Kubuntu 24.04.1 LTS x86_64 Kernel: 6.8.0-45-lowlatency Node.js v18.19.1

test:~/epg$ sudo apt install npm Reading package lists... Done Building dependency tree... Done Reading state information... Done npm is already the newest version (9.2.0~ds1-2). 0 upgraded, 0 newly installed, 0 to remove.

test:~/epg$ sudo npm run grab -- --https://www.9tv.co.il/BroadcastSchedule

grab npx tsx scripts/commands/epg/grab.ts --https://www.9tv.co.il/BroadcastSchedule

node:internal/modules/cjs/loader:1134 const err = new Error(message); ^

Error: Cannot find module '@freearhey/core' Require stack:

Node.js v18.19.1

test@:~/epg/scripts/commands/epg$ ls -a . .. grab.ts

ffalor commented 2 weeks ago

run npm install first

PopeyeTheSai10r commented 5 days ago

run npm install first

@TridentWorks