You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is a dumb suggestion, but in my case there was a stray symlink with the same name as my crate in node_modules. After I deleted it, the copy succeeded. Any chance that's causing your problem too?
I know this is a dumb suggestion, but in my case there was a stray symlink with the same name as my crate in node_modules. After I deleted it, the copy succeeded. Any chance that's causing your problem too?
This was my issue today too. To paraphrase,I renamed my-crate (same name with actual crate name) in devDependencies section of my package.json file to my-crate-alt. Then run npm install and npm run build. And the issue disappear.
plugin fails with svelte
The text was updated successfully, but these errors were encountered: