iles using a named export from vue/transformer-sfc that does not exist
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
[troubleshooting section]: https://iles-docs.netlify.app/faqs/troubleshooting
- [x] I have read the __[troubleshooting section]__ before opening an issue.
- [x] I have tried upgrading `iles` and `vite`.
### Description 📖
iles using a named export from vue/transformer-sfc that does not exist
Dependencies Info
```sh
iles v0.9.5 | vite v4.5.1
- iles@0.9.5
- typescript@5.3.3
- vue-tsc@1.8.27
```
### Logs 📜
_If not providing a reproduction:_
Output
```sh
$ DEBUG=iles:* npm run dev
> iles-app@0.0.0 dev
> iles dev --open
file:///Users/jmeguerian/Code/tmp/iles-app/node_modules/iles/dist/node/chunk-IMB7AIW2.js:63
import { shouldTransformRef, transformRef } from "vue/compiler-sfc";
^^^^^^^^^^^^
SyntaxError: The requested module 'vue/compiler-sfc' does not provide an export named 'transformRef'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:132:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:214:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
at async executeCommand (file:///Users/jmeguerian/Code/tmp/iles-app/node_modules/iles/dist/node/cli.js:25:30)
Node.js v21.1.0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.