-
Notifications
You must be signed in to change notification settings - Fork 86
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
docker-compose build fails with npm error #49
Comments
Only after I deleted the file: /webapp/package-lock.json, I was able to build container successfully. |
#14 68.08 /src/webapp/src/components/Board.tsx
|
|
Yep - replace npm install with |
I am trying to build the project using the documented docker-compose method, but it fails with the following error:
I successfully build it by adding
--force
tonpm install
but it doesn't seems like the optimal solution.The text was updated successfully, but these errors were encountered: