This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Incompatible with Node between 9.0.0 and <= 9.10.0? #482
Closed
Description
$ yarn add -D typescript-eslint-parser
yarn add v1.6.0
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
[3/5] 🚚 Fetching packages...
error typescript-eslint-parser@16.0.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
$ node --version
v9.8.0
Is this intentional?