Autoprefixer: engine node 11

Created on 23 Jun 2020  路  11Comments  路  Source: postcss/autoprefixer

Most helpful comment

Released in 9.8.3

All 11 comments

I had to downgrade some packages fix the versions for:

  1. "postcss-preset-env": "6.6.0",
  2. "stylelint": "11.0.0",
  3. "autoprefixer": "9.5.1",

Because Node.js never was a LTS version and do not receive security updates.

Why you locked on this version?

The reason of changing engines is that some Node.js versions contained the bug

Because Node.js never was a LTS version and do not receive security updates.

Why you locked on this version?

At the moment, we are stuck on this version and for migration to the nodes above we will need a lot of resources.

Yes, we will migrate, but we needed to know that this would happen in order to prepare for this in advance. Now we鈥檒l be great forced to throw all resources to correct this situation

it is also worth understanding that in large companies the most difficult is the migration of all those who indirectly do manual assembly, yes we still collect bundles by hand, I think like most large companies with big legacy

Why did you stuck on non-LTS version?

Why did you stuck on non-LTS version?

I think there were two circumstances:

  1. Spontaneous implementation of new tools
  2. The period of floating developers
  3. The lack of a leader at that time

I think that such an update should have carried a major version

Just recently, I had the same carelessness of updating for posthtml

Good point about breaking changes 8d6c6cc

But you should spend this time on updates Nodejs 11 to 12. Fixing Autoprefixer is like fixing the symptoms instead of the source of the problem. The problem is sticking on the non-LTS version.

Released in 9.8.3

But you should spend this time on updates Nodejs 11 to 12. Fixing Autoprefixer is like fixing the symptoms instead of the source of the problem. The problem is sticking on the non-LTS version.

Of course, we are moving towards this, but in this case it was spontaneous for us and we did not take the very right measures, unfortunately at the moment they are necessary and we must now review the entire large project and slow down the overall processes which will not have a very positive effect on the product

Released in 9.8.3

Thank you for understanding 馃殌

Was this page helpful?
0 / 5 - 0 ratings