Fixing Autoprefixer Errors on Windows
If you experience problems running the Autoprefixer preprocessor on windows, please follow these steps: For some reason, there is a problem with the postcss v8.1.1 release. You will need to downgrade to v8.1.0 manually by opening a command line (cmd or Powershell) and running this command: npm i postcss@8.1.0 After that, run Ghostlab’s preprocessor pipeline […]