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

Update Dockerfile #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Dockerfile #65

wants to merge 1 commit into from

Conversation

charliemic
Copy link

when using node:carbon, the node version is too early for one of the dependencies, and therefore the docker image cannot be built

when using node:carbon, the node version is too early for one of the dependencies, and therefore the docker image cannot be built
@charliemic
Copy link
Author

Note: as of today, this works on the original Dockerfile:
sed -i 's/carbon/latest/g' Dockerfile

A better option would be to either fix the node version to a later one, or pin this specific dependency to an older one
Unsupported engine for [email protected]: wanted: {"node":">=12.13.0"} (current: {"node":"8.17.0","npm":"6.13.4"})

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

Successfully merging this pull request may close these issues.

1 participant