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
TypeError: util.promisify is not a function
v6.14.1
v6.13.6
4.41.5
3.1.0
Running encore production builds successfully.
encore production
encore production fails with:
Usage is with Symfony encore, so essentially its this:
let CompressionPlugin = require('compression-webpack-plugin') Encore .addPlugin(new CompressionPlugin()) ... lots more stuff ...
Which matches your Readme.
Try following your Readme in Node v6.14.1, I believe this is a BC-break that has happened. This only started happening after I upgraded from 2.0.0.
2.0.0
Your Readme states This module requires a minimum of Node v6.9.0 and Webpack v4.0.0. which I am still meeting.
This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.
The text was updated successfully, but these errors were encountered:
We don't support node@6 https://github.com/webpack-contrib/compression-webpack-plugin/blob/master/package.json#L16, please update node version
node@6
Sorry, something went wrong.
We need fix the README file
Successfully merging a pull request may close this issue.
v6.14.1
v6.13.6
4.41.5
(usage via Symfony Encore)3.1.0
Expected Behavior
Running
encore production
builds successfully.Actual Behavior
encore production
fails with:TypeError: util.promisify is not a function
Code
Usage is with Symfony encore, so essentially its this:
Which matches your Readme.
How Do We Reproduce?
Try following your Readme in Node
v6.14.1
, I believe this is a BC-break that has happened. This only started happening after I upgraded from2.0.0
.Your Readme states
This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.
which I am still meeting.The text was updated successfully, but these errors were encountered: