after using `create-react-kotlin-app` tool to crea...
# react
n
after using
create-react-kotlin-app
tool to create a starter project npm warn me about this:
Copy code
npm WARN @jetbrains/kotlin-extensions@1.0.1-pre.31 requires a peer of core-js@^2.5.3 but none is installed. You must install peer dependencies yourself.

npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
maybe my
create-react-kotlin-app
outdated and I need update it? how can I do this or it’s self updated tool?