-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Webpack issues on M1 Mac Book Pro #71
Comments
Yeah for now probably remove |
Hey I've been trying to find a way to make this work and I think I've come across a solution, I've added this:
to the node-dev-webpack/Dockerfile, for reference here is my file in case it's useful:
|
So the flags you mention work great; but we still shouldn't have to build the following:
...on install. What I'm trying to do is get it to use the pre-built packages that we install with Instead, ideally, we install these things (in the case where there are pre-built packages, such as for That means we wouldn't need the dev tools needed to compile them as part of our actual image, they can be removed after we do the base build. The problem is, I can't seem to get them to find and work with the pre-built packages, it seems to always want to recompilse them into |
Thx @deanfields -- I switched to Node 16, and added in |
Describe the bug
Attempting to run this (following the instructions) on an M1 Macbook Pro and I am getting an error with optipng-bin installing
To reproduce
Steps to reproduce the behaviour:
RUN apk --no-cache add pkgconfig autoconf automake libtool nasm build-base zlib-dev
into node-dev-webpackExpected behaviour
The webpack container to run and watch successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
The text was updated successfully, but these errors were encountered: