Error building a development branch
frozenduck opened this issue · 2 comments
frozenduck commented
Describe the Bug
I get an error when I try to build a project
Steps to Reproduce the Bug
- Tried to run the command in the console "pnpm run build"
The previous commands completed without any errors or warnings, the necessary tools of the right versions are installed.
Expected Behaviour
Successful build
Screenshot/Screen recording
Device Info
- Device: Laptop
- OS: Windows 10
- Browser: Firefox
- Version: 124.0.1
moisout commented
Hi! Try running pnpm run build:metadata
and then building again
frozenduck commented
Hi! Try running
pnpm run build:metadata
and then building again
Thank you, I was able to successfully build and run the project
At startup, there was still an error because the config.json file was missing from the path \viewtube\server\data\
I did not have the \data\ directory, so I created it manually and the project started successfully.