You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to spin up Metaflow UI locally on a Windows machine to test Metaflow.
Yarn is successfully installing but [(https://github.com/Netflix/metaflow-ui/blob/master/docs/README.md#getting-started)] mentions running yarn start but the command is not found
Steps to Reproduce
C:\Windows\System32>yarn install
➤ YN0087: Migrated your project to the latest Yarn version
➤ YN0000: · Yarn 4.0.0-rc.53.git.20231006.hash-202e568
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: · Done in 0s 52ms
C:\Windows\System32>yarn start
Usage Error: Couldn't find a script named "start".
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] [--require #0] <scriptName> ...
The text was updated successfully, but these errors were encountered:
Description
Trying to spin up Metaflow UI locally on a Windows machine to test Metaflow.
Yarn is successfully installing but [(https://github.com/Netflix/metaflow-ui/blob/master/docs/README.md#getting-started)] mentions running
yarn start
but the command is not foundSteps to Reproduce
The text was updated successfully, but these errors were encountered: