vechai / vechaiui

A set of high-quality accessible React UI components with the built-in dark mode using Tailwind CSS. Pre-designed headless ui and radix-ui.

Home Page:https://www.vechaiui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't bootstrap the project, yarn boot command fails

enochndika opened this issue · comments

i forked the repo to make improvements and fixe some bugs i've encountered but when i run yarn boot, the command line exit with code 417. as yarn boot is the combination of yarn prestart and yarn build, i've tried to run them separately but the same problem occurs with yarn build.

This error can be reproduced by downloading or cloning the repo and run yarn boot

@enochndika can you try it again... I think it's because of vechai core... I'll hide it for the time because I'm also having some issue when compiling the plugin without jit mode

Stil the same error, if you can check out @vechaiui/toasted-notes because it triggers the command line to exit.

Can you show me a screenshot and let me know your environment... I cloned new repo but see nothing

OS : Ubuntu 21.04 64bits
Node : 14.17.2
yarn : 1.22.5

vechai

@enochndika ah I see my bad... I use concurrently as a global package and I don't install it in this repo... Can you install it as global or I will fix it after my work

I will install and try again