hyva-themes / magento2-checkout-example

A React Checkout template that allows you to quickly create a customized Hyvä Checkout for your project.
11 stars 2 forks source link

Force minimum Npm/Node version #20

Closed wigman closed 2 years ago

wigman commented 2 years ago

Since Node 16 / Npm 8 are required for the CheckoutExample implementation (see https://github.com/hyva-themes/magento2-react-checkout/issues/206), and people (including me) don't read, let's force the minimum version upon install.

This can be done with a engines node in package.json and strict engine mode set in .npmrc.