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

[REQ] Install instructions for manual install on baremetal ? #20

Closed
lukeeexd opened this issue Sep 15, 2022 · 2 comments
Closed

[REQ] Install instructions for manual install on baremetal ? #20

lukeeexd opened this issue Sep 15, 2022 · 2 comments
Labels
👎 wontfix This will not be worked on

Comments

@lukeeexd
Copy link

No description provided.

@lukeeexd
Copy link
Author

I tried git clone, pnpm install, pnpm build then pnpm start but get the below error

> @ start /opt/speedtest-tracker
> node server.js

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

Error: Cannot find module '/opt/speedtest-tracker/server.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:955:15)
    at Module._load (node:internal/modules/cjs/loader:803:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:18:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v18.9.0
 ELIFECYCLE  Command failed with exit code 1.

@alexjustesen alexjustesen added the 👎 wontfix This will not be worked on label Sep 15, 2022
@alexjustesen
Copy link
Owner

At this time I won't be supporting bare metal installs. I strongly suggest running this with Docker (it just makes it easier especially when debugging). You can find directions here https://docs.speedtest-tracker.dev/getting-started/installation to set that up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👎 wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants