google / clasp

🔗 Command Line Apps Script Projects
https://developers.google.com/apps-script/guides/clasp
Apache License 2.0
4.59k stars 428 forks source link

Fix readme minimum nodejs version #938

Closed dkrahmer closed 2 years ago

dkrahmer commented 2 years ago

Fix install and runtime errors: npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@google/clasp@2.4.1', npm WARN EBADENGINE required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' }, npm WARN EBADENGINE current: { node: 'v12.18.0', npm: '8.15.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'dotf@2.0.2', npm WARN EBADENGINE required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' }, npm WARN EBADENGINE current: { node: 'v12.18.0', npm: '8.15.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'ts2gas@4.2.0', npm WARN EBADENGINE required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' }, npm WARN EBADENGINE current: { node: 'v12.18.0', npm: '8.15.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'type-fest@2.19.0', npm WARN EBADENGINE required: { node: '>=12.20' }, npm WARN EBADENGINE current: { node: 'v12.18.0', npm: '8.15.1' } npm WARN EBADENGINE }

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.