Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed attempt to run the application #19

Open
AliveDD opened this issue Dec 30, 2021 · 3 comments
Open

Failed attempt to run the application #19

AliveDD opened this issue Dec 30, 2021 · 3 comments

Comments

@AliveDD
Copy link

AliveDD commented Dec 30, 2021

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: []
}
@Shakadak
Copy link
Member

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
Copy link
Member

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

@Shakadak
Copy link
Member

Shakadak commented Dec 30, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants