yarn@berry support.
See original GitHub issueInfo
- Platform: windows 10 x64 pro
- Vetur version: latest (0.23.0)
- VS Code version: latest
Problem
as you can see from the picture above, it warns user that module has not found (this also includes built-in) whilst its not. never had this problem without yarn@berry.
Reproducible Case
on existing or freshly forged project, with yarn@berry
either globally or scoped install,
run yarn install
.
then in .vue
files, try import any of modules (built-in or external, native (java|type)script
works fine though)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:11 (6 by maintainers)
Top Results From Across the Web
yarnpkg/berry: Active development trunk for Yarn - GitHub
Yarn supports Node by default but isn't limited to it - plugins can add support for other languages; Yarn supports workspaces natively, and...
Read more >Support for Yarn 3 - Depfu Blog
We've now launched support for Yarn Berry and the important bit here is that we only support v3 and not v2. Yarn 3...
Read more >Plug'n'Play | Yarn - Package Manager
Native support; Support via plugins; Incompatible. Frequently Asked Questions. Why not use import maps? Packages are stored inside Zip archives: How can I ......
Read more >Support for Node 16, yarn berry and nx v15 - serverless template
https://github.com/sudokar/nx-serverless.
Read more >Depfu on Twitter: "Yarn Berry support is probably missing a ...
So, Yarn Berry support on Depfu is now available, with two important caveats (thread): 1) Depfu will not update the offline cache and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@chriswoodle if anything, as a workaround I compiled my own Vetur (on the above PR branch) and work with it for months already, works A-OK!
Fixed in #1737.