Issues encountered when manually installing the tribe project #131
purin-blog
started this conversation in
Q&A
Replies: 2 comments 2 replies
-
|
Hi @purin-blog, I dont think your deployment steps are correct. Does the local deployment steps help? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
The ESLint {
"rules": {
"eslint/camelcase": "error"
}
}The rule supports the same options as ESLint: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I manually run the node:20 container to download the docker image. Then I cloned the tribe project from github. After the cloning is complete, I typed the cd tribe command to switch to the Tribe project directory. I connected to the Tribe container through the remote development extension of VSCode. When I navigated to the tribe folder inside the container, I typed cp .env.example .env to copy the contents of the .env file I created to /tribe/ in the container, replacing the unmodified .env file. Finally, I typed npm install && npm start to start the Tribe application.
I got the following output:
root@7f220b3a7114:/tribe# npm install && npm start
npm error code ENOENT
npm error syscall open
npm error path /tribe/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/tribe/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /root/.npm/_logs/2024-08-26T08_55_52_910Z-debug-0.log
At the same time, I did not find the accessible URL http://traefik.localhost/ in the tribe docker container
Beta Was this translation helpful? Give feedback.
All reactions