-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot get development environment running #69
Comments
Yeah, the build is currently broken. My intention was to fix this with a rewrite, but I did not manage to get there until now. I'll see if I can speed this up. |
I see, thanks for the fast response. I managed to get These is the Dockerfile I used
|
Any updates for a buildscripts fixes? |
Nope |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to get v1.7.1 running (or any version for that matter) but I struggle with the various dependency versions.
Firstly: what node version should I use for v1.7.1?
Secondly: whenever I run
npm install
after cloning the v1.7.1 tag I get a dependency conflict:I then circumvent that with
--legacy-peer-deps
, which installs succesfully.However, when I try to build with
npm run build:prod
I get module not found errors:What steps do I need to take to get any version of this great app running?
The text was updated successfully, but these errors were encountered: