mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Use an .npmrc to enable engine-strict checks so that `npm install` will fail for projects when an incompatible Node version is used, rather than confusing errors about unsupported language features occuring at runtime. Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
1 line
19 B
Text
1 line
19 B
Text
engine-strict=true
|