-
-
Notifications
You must be signed in to change notification settings - Fork 212
Closed
Description
description
fail to run dev
script in a new-cloned repo
errors
prepare:type
- clone
devtools-next
ni
nr dev
When applet
prepares types, it requires ui
. Referring to "dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" nr prepare:type && nr build:ui && turbo stub --concurrency 20"
, nr build:ui
should be the first command.

resolve error
- clone
devtools-next
ni
nr build:ui
first to skip over theprepare:type
errornr dev
electron
requires client
's outputs. When nr build:client
first, it will work.

problems
Now it needs to
ni
nr build:ui
nr build:client
nr dev
or
ni
nr build
nr dev
Then I can successfully run the dev
script.
expect
Only once run nr dev
, then it works.
env
repo version: latest (4e9215e)
Metadata
Metadata
Assignees
Labels
No labels