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

Self-hosting build error #1

Open
dhwaj1902 opened this issue Oct 25, 2023 · 0 comments
Open

Self-hosting build error #1

dhwaj1902 opened this issue Oct 25, 2023 · 0 comments

Comments

@dhwaj1902
Copy link

I have tried to make use drdroid on my own VM, but the process got stuck on react build phase.

Removing intermediate container fec4f71ec948
 ---> 3493477831c7
Step 4/12 : WORKDIR /app
 ---> Running in 7e588801ad20
Removing intermediate container 7e588801ad20
 ---> dbfdec5d723d
Step 5/12 : COPY . .
 ---> 02b2e18103f2
Step 6/12 : RUN npm run build
 ---> Running in 73a9faf19645

> [email protected] build
> react-scripts build

Creating an optimized production build...
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.

This is where the build gets stuck, please help me deploy the drdroid on my own VM.

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

1 participant