retejs / rete-kit

Streamline Rete.js-based application development

Home Page:https://retejs.org/docs/development/rete-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to run yarn dev after installing react app

adrianwix opened this issue · comments

I am trying to make a rete app using react and vite but it crash after installing it.

The error looks as follow:
image

To reproduce:

(base) visual-kl % yarn rete-kit app
yarn run v1.22.19
$ /Users/adrian/Documents/code/visual-kl/node_modules/.bin/rete-kit app
? Name visual-kl
? Stack (framework) React.js Vite
? Version 18
? Select features React render, Order nodes, Zoom at, Auto arrange, Dataflow engine, Readonly, Selectable nodes, Context menu, Minimap, 
Reroute
Need to install the following packages:
  create-vite@4.4.1
Ok to proceed? (y) y

Scaffolding project in /Users/adrian/Documents/code/visual-kl/visual-kl...

Done. Now run:

  cd visual-kl
  yarn
  yarn dev


added 209 packages, and audited 210 packages in 12s

40 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

  PATCH  Ready
Installing dependencies: rete@2, rete-area-plugin@2, rete-connection-plugin@2, @types/three@0.156, rete-area-3d-plugin@2, three@0.156, styled-components@5, @types/styled-components@5, rete-render-utils@2, rete-react-plugin@2, react@18, react-dom@18, @types/react-dom@18, elkjs, web-worker, rete-auto-arrange-plugin@2, rete-engine@2, rete-readonly-plugin@2, rete-context-menu-plugin@2, rete-minimap-plugin@2, rete-connection-reroute-plugin@2

Context:

  • NodeJS version: 18.16.0