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
Server crashes at
language-tools/packages/language-server/src/utils.ts
Line 46 in 015a667
version
I created monorepo /tmp/astro with project inside it /tmp/astro/packages/astro and didn't put version in any package.json.
/tmp/astro
/tmp/astro/packages/astro
package.json
Before that line put console.log(version, astroPath, basePaths) to see problem:
console.log(version, astroPath, basePaths)
3.5.5 /tmp/astro/node_modules/.pnpm/astro@3.5.5/node_modules/astro [ '/tmp/astro/packages/astro' ] undefined /tmp/astro/packages/astro [ '/tmp/astro' ]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the Bug
Server crashes at
language-tools/packages/language-server/src/utils.ts
Line 46 in 015a667
version
is undefined.Steps to Reproduce
I created monorepo
/tmp/astro
with project inside it/tmp/astro/packages/astro
and didn't putversion
in anypackage.json
.Before that line put
console.log(version, astroPath, basePaths)
to see problem:The text was updated successfully, but these errors were encountered: