You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ yarn add ajvyarn add v1.5.1[1/5] 🔍 Validating package.json...[2/5] 🔍 Resolving packages...[3/5] 🚚 Fetching packages...error [email protected]: The engine "node" is incompatible with this module. Expected version ">=6". error An unexpected error occurred: "Found incompatible module".info If you think this is a bug, please open a bug report with the information provided in "/Users/teppeis/src/github.com/teppeis/kintone-plugin-manifest-validator/yarn-error.log".info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
In Node.js v4,
yarn
cannot install ajv:also
npm
warns:#544 introduces
uri-js
and it requirespunycode
that doesn't support Node v4.IMO ajv can drop support Node v4 (the EOL is next month, April 2018).
It would be better to add
engines
field topackage.json
of ajv.The text was updated successfully, but these errors were encountered: