We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
i'm trying to build a docker image using the Dockerfile in the proyect, but i'm getting this error:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/parser' is not defined by "exports" in /build/node_modules/postcss/package.json
Am I doing something wrong or the dockerfile is not right?
Thank you
The text was updated successfully, but these errors were encountered:
Just a quick update: using FROM node:16 AS base instead of FROM node:current-alpine AS base the container builds just fine.
Sorry, something went wrong.
Actually it is not related to Docker, it just doesn't work with the latest Node.js, I had to use the LTS (16) version.
Hi, is there an official prebuilt docker image available on some registry ? I can't find any on docker hub
This would ease self-hosting instead of letting everyone build it !
Thanks, great work by the way !
No branches or pull requests
Hi,
i'm trying to build a docker image using the Dockerfile in the proyect, but i'm getting this error:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/parser' is not defined by "exports" in /build/node_modules/postcss/package.json
Am I doing something wrong or the dockerfile is not right?
Thank you
The text was updated successfully, but these errors were encountered: