Skip to content

Add engines field to package.json

Loic Huder requested to merge add-engines into master

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

Merge request reports