rsuite / rsuite-admin-template

Admin Dashboard Template. Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.
https://rsuite-admin-template.vercel.app/
112 stars 75 forks source link

Unsupport Node.js Higher Version (v10, v12) #2

Closed sincerefly closed 5 years ago

sincerefly commented 5 years ago

Env:

Windows 10 64-bit
Node.js v12.10.0
Yarn 1.17.3

Error message

[2/4] Fetching packages...
info fsevents@1.2.9: The platform "win32" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
error lcov-result-merger@2.0.0: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "12.10.0" error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
simonguo commented 5 years ago

This is a problem with Yarn an open state. https://github.com/yarnpkg/yarn/issues/5944

Try the following command:

yarn config set ignore-engines true
sincerefly commented 5 years ago

Cool, Thanks