Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 465 Bytes

app

Quich Start

yarn install
npm start

FAQs

  1. If your local environment doesn't respect .nvmrc and switch node version automatically, you might get this error.
error [email protected]: The engine "node" is incompatible with this module. Expected version "^10.16.3". Got "xx.yy.zz"

Please install the corrent version and try again. Recommend to use nvm to switch node version.