-
Notifications
You must be signed in to change notification settings - Fork 224
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
Fauxton failing to build on Centos 7 CI container #1230
Comments
Have you tried updating webpack version? |
willholley
added a commit
that referenced
this issue
Oct 9, 2019
willholley
added a commit
that referenced
this issue
Oct 10, 2019
This was referenced Oct 10, 2019
willholley
added a commit
that referenced
this issue
Oct 10, 2019
Builds on CentoOS are failing due to missing peerdependencies. This adds the following packages explicitly in package.json: * acorn * ajv Fixes #1230 (properly)
4 tasks
willholley
added a commit
that referenced
this issue
Oct 14, 2019
Builds against recent nodejs versions are failing due to missing peerdependencies. This adds the following packages explicitly in package.json: * acorn * ajv Fixes #1230 (properly)
willholley
added a commit
that referenced
this issue
Oct 14, 2019
Builds against recent nodejs versions are failing due to missing peerdependencies. This adds the following packages explicitly in package.json: * acorn * ajv Fixes #1230 (properly)
willholley
added a commit
that referenced
this issue
Oct 14, 2019
Builds against recent nodejs versions are failing due to missing peerdependencies. This adds the following packages explicitly in package.json: * acorn * ajv Fixes #1230 (properly)
willholley
added a commit
that referenced
this issue
Oct 14, 2019
Builds against recent nodejs versions are failing due to missing peerdependencies. This adds the following packages explicitly in package.json: * acorn * ajv Fixes #1230 (properly)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#Expected Behavior
npm run webpack:release
should run successfully on all supported platforms.Current Behavior
Fauxton is failing to build on the Centos 7 CI container (
couchdbdev/centos-7-erlang-19.3.6:latest
). Currently the container uses:Error is:
Fauxton 1.2.0 updated webpack from
"~3.12.0
to^4.35.3
so I wonder whether webpack/webpack#8656 is related. I cannot reproduce the problem locally on MacOS with the same node/npm versions but can produce the error in the Docker container.Possible Solution
Steps to Reproduce (for bugs)
A simple Dockerfile to reproduce the error:
The text was updated successfully, but these errors were encountered: