-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
SyntaxError: Named export 'SourceMap' not found. #1695
SyntaxError: Named export 'SourceMap' not found. #1695
Comments
Same Problem |
Appending the following to your package.json can solve this. Sorry for the inconvenience. "resolutions": {
"twoslash-vue": "0.2.7"
} I think the problem is caused by twoslashes/twoslash#40. |
Because of today published volar2.3.1 removed SourceMap. |
Sorry for the confusion, updating |
Since volarjs/volar.js#210 has been merged, we can close this issue now. |
Please track for twoslashes/twoslash#44. |
Describe the bug
Installing doesn't work anymore: Tried with npm, pnpm, node version 22.3.0 and 20.15.0.
The error:
To Reproduce
Steps to reproduce the behavior:
pnpm create slidev
(ornpm init slidev@latest
node_module
got populatedWhat I tried
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: