Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn Build Fails #8

Open
app-generator opened this issue Jul 11, 2023 · 0 comments
Open

Yarn Build Fails #8

app-generator opened this issue Jul 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@app-generator
Copy link
Owner

After Quill integration, the yarn build target bump errors.
As a general rule, for each commit, the target build needs to be checked.

@mominur-helios please take a look.

TY!

yarn build
yarn run v1.22.18
$ tsc && vite build
src/main.ts:41:5 - error TS2304: Cannot find name 'Quill'.

41 new Quill('#editor', options);
       ~~~~~


Found 1 error in src/main.ts:41

error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@app-generator app-generator added the bug Something isn't working label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants