Skip to content
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

Could not read from file .yarn/__virtual__ #1830

Open
ctforcp opened this issue Aug 11, 2024 · 3 comments
Open

Could not read from file .yarn/__virtual__ #1830

ctforcp opened this issue Aug 11, 2024 · 3 comments

Comments

@ctforcp
Copy link

ctforcp commented Aug 11, 2024

I used yarn to install dependencies, and then when running yarn dev, the following error occurred.
the installation method from the official Vue 3 documentation.

X [ERROR] Could not read from file: E:/manka/.yarn/__virtual__/vue-virtual-3f34f26dc5/5/C:/Users/ka/AppData/Local/Yarn/Berry/cache/vue-npm-3.4.37-df3a8a3302-10c0.zip/node_modules/vue/dist/vue.runtime.esm-bundler.js

@chriskrycho
Copy link
Contributor

That doesn’t appear to involve Volta at all, actually. Can you provide a bit more detail as to why you think it’s being affected by Volta in some way? Thanks!

@netchose
Copy link

same problem for me : steps to reproduce :

mkdir volta_xp
cd volta_xp
volta install node
volta install yarn
 yarn create vite -> create vue js project volta_xp
cd volta_xp
yarn
yarn dev

try to create same project with npm work

@netchose
Copy link

netchose commented Aug 23, 2024

it's a Vite issue :
vitejs/vite#15801

last commands on d drive fail , same commands on c drive works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants