Closed teekenl closed 1 year ago
This is more likely an issue with yarn itself. Does it happen only when trying to add this plugin? If you try to install other webpack plugins, you don't see the same result?
If the issue is only with PurgeCSS plugin, could you provide a repository to reproduce this issue?
@Ffloriel thanks for the quick response! It happened even when you installed it with npm. And yes, it only happened when trying to add this.
This is my very basic repo https://github.com/teekenl/test-purge-css, so if you pulled down and run yarn install
before trying to run yarn add purgecss-webpack-plugin
you will get the error.
Hey @teekenl - did you ever find the solution?
cc @Ffloriel
Unsure if it's because of a new version of Yarn but the issue seems to not happen anymore in https://github.com/teekenl/test-purge-css
Describe the bug Got into memory exceeded limit error when trying to install the plugin using yarn
To Reproduce Steps to reproduce the behavior:
yarn add purgecss-webpack-plugin
Note: have tried the following:
Expected behavior should install successfully
Screenshots
Environment (please complete the following information):