We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With astro 4.2.1 and @astro/check 0.4.1, running astro check displays [ERROR] The build was canceled yet the check goes on:
astro check
β [ERROR] The build was canceled 17:59:16 Types generated 77ms 17:59:16 [check] Getting diagnostics for Astro files in /home/millette/travail/robin/robin.millette.info... Result (9 files): - 0 errors - 0 warnings - 0 hints
npm init
npm i astro
npm i @astrojs/check
node_modules/.bin/astro check
The text was updated successfully, but these errors were encountered:
Not sure why but the error vanished and I wasn't able to reproduce it in my other projects or in a minimal project.
Sorry, something went wrong.
Either way, this error comes from esbuild which astro check doesn't run, ha! Glad you got it fixed, though.
esbuild
No branches or pull requests
Describe the Bug
With astro 4.2.1 and @astro/check 0.4.1, running
astro check
displays [ERROR] The build was canceled yet the check goes on:Steps to Reproduce
npm init
npm i astro
npm i @astrojs/check
node_modules/.bin/astro check
The text was updated successfully, but these errors were encountered: