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
build and dev fails with the latest beta. Only changed from beta.0 to beta.1.
$ pnpm build
> @fflaten/[email protected] build /workspaces/Website
> astro build error The requested module '../core/path.js' does not provide an export named 'collapseDuplicateSlashes'file:///workspaces/Website/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected]/node_modules/astro/dist/vite-plugin-astro-server/request.js:5import { collapseDuplicateSlashes, removeTrailingForwardSlash } from "../core/path.js"; ^^^^^^^^^^^^^^^^^^^^^^^^SyntaxError: The requested module '../core/path.js' does not provide an export named 'collapseDuplicateSlashes' at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21) at async ModuleJob.run (node:internal/modules/esm/module_job:190:5) ELIFECYCLE Command failed with exit code 1.
What's the expected result?
Build should work.
Link to Minimal Reproducible Example
3.0 not compatible with Stackblitz
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
fflaten
changed the title
[3.0.0-beta.1] Build and dev fails due to missing collapseDuplicateSlashes export
[3.0.0-beta.1] Build and dev fails with missing collapseDuplicateSlashes export
Aug 13, 2023
What version of
astro
are you using?3.0.0-beta.1
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm (also failed with npm)
What operating system are you using?
Linux
What browser are you using?
N/A
Describe the Bug
build
anddev
fails with the latest beta. Only changed from beta.0 to beta.1.What's the expected result?
Build should work.
Link to Minimal Reproducible Example
3.0 not compatible with Stackblitz
Participation
The text was updated successfully, but these errors were encountered: