reaxt icon indicating copy to clipboard operation
reaxt copied to clipboard

Failed attempt to run the application

Open AliveDD opened this issue 3 years ago • 3 comments

Hello, do you have any idea what to do about it?

Error: Cannot find module '/Users/me/reaxt-example/priv/server'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

AliveDD avatar Dec 30 '21 14:12 AliveDD

Hi, what version of reaxt is this using ? We need to do an up to date version as it is pretty old and behind by a few major versions.

Shakadak avatar Dec 30 '21 14:12 Shakadak

I just tried building it and on recent versions of elixir the plug dependency is so old that it doesn't compile :\

Shakadak avatar Dec 30 '21 14:12 Shakadak

I have pushed an updated version, it's not as complete as the previous version (you can check the diff of the README.md), but it runs and shows the TODO list.

cd reaxt-example
git pull
rm -rf _build deps
mix deps.get
iex -S mix

Shakadak avatar Dec 30 '21 16:12 Shakadak