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
Error: R] Invalid command: on-resolve [plugin JavaScript plugins]
node_modules/esbuild/lib/main.js:734:12:
734 │ throw new Error(`Invalid command: ` + request.command);
╵ ^
at handleRequest (/home/runner/work/fusionauth-site/fusionauth-site/astro/node_modules/esbuild/lib/main.js:734:13)
at handleIncomingPacket (/home/runner/work/fusionauth-site/fusionauth-site/astro/node_modules/esbuild/lib/main.js:755:7)
at Socket.readFromStdout (/home/runner/work/fusionauth-site/fusionauth-site/astro/node_modules/esbuild/lib/main.js:679:7)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
The plugin "JavaScript plugins" was triggered by this import
These don't appear to actually affect the build, and are because of vite components. I was able to change an article and have it stick, and the build doesn't fail.
Apparently if you upgrade to the latest version as of around May 4, the problem goes away: withastro/astro#6631
We're a ways behind astro (2.9.x is the latest, we're on 2.0.x): https://github.com/withastro/astro/releases and I tried to upgrade to 2.9.6, but got an error I couldn't figure out how to fix.
The text was updated successfully, but these errors were encountered:
When I upgraded the versions of semver, vite and @babel/core per dependabot, we start seeing errors in the build:
https://github.com/FusionAuth/fusionauth-site/actions/runs/5697466455/job/15444222535
These don't appear to actually affect the build, and are because of vite components. I was able to change an article and have it stick, and the build doesn't fail.
Apparently if you upgrade to the latest version as of around May 4, the problem goes away: withastro/astro#6631
We're a ways behind astro (2.9.x is the latest, we're on 2.0.x): https://github.com/withastro/astro/releases and I tried to upgrade to 2.9.6, but got an error I couldn't figure out how to fix.
The text was updated successfully, but these errors were encountered: