Add engines field to package.json
To "specify the version of node that your stuff works on".
I tried npm install
with node 16 but got a bunch of errors. Adding this field will make clear which version of node is expected.
Edited by Loic Huder
To "specify the version of node that your stuff works on".
I tried npm install
with node 16 but got a bunch of errors. Adding this field will make clear which version of node is expected.