Incredibox icon indicating copy to clipboard operation
Incredibox copied to clipboard

MODULE_NOT_FOUND when trying to create package

Open muzzol opened this issue 1 year ago • 9 comments

I'm following this instructions: https://github.com/DarkReaper231/Incredibox/tree/modding/desktop

and I get this error when I execute node run package:linux


node:internal/modules/cjs/loader:1042
  throw err;
  ^

Error: Cannot find module '/home/muzzol/inst/incredibox/Incredibox-modding/desktop/run'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1039:15)
    at Module._load (node:internal/modules/cjs/loader:885:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:23:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v18.13.0

muzzol avatar Dec 11 '23 21:12 muzzol