fuels-ts
fuels-ts copied to clipboard
feat: create-fuels reject wrong node version
Motivation
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '^18.18.2 || ^20.0.0' },
npm WARN EBADENGINE current: { node: 'v18.17.1', npm: '9.6.7' }
npm WARN EBADENGINE }
This warn should exit the CLI
Usage example
$npx create fuels
ERR: wrong node version
npm ERR! Exit status 1
Possible implementations
No response