question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not resolve peer dependency vite: 3.2.0

See original GitHub issue
npm WARN Could not resolve dependency:
npm WARN peer vite@">=3.2.0" from vite-plugin-electron@0.10.0

I am having another issue (require is not define in browser) and trying to update this plugin to latest version. However, there is a problem found with peer dependency, as attached above. I have checked, vite only has 3.1.7 as latest version. 3.2.0-beta.0 is available but is there a problem for npm to read that beta portion?

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:10

github_iconTop GitHub Comments

1reaction
caoxiemeihaocommented, Oct 20, 2022

Will remove 3.2.0 needed in next version. Coming soon 😃

0reactions
caoxiemeihaocommented, Oct 24, 2022

Hi everyone! Upgrade vite-plugin-electron and vite-plugin-electron-renderer to v0.10.2 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

peer dependency confilct when creating projects using vue 2 ...
Could not resolve dependency : npm ERR! peer vue@"3.0.5" from @vue/compiler-sfc@3.0.5 npm ERR! node_modules/@vue/compiler-sfc npm ERR!
Read more >
NPM: npm peer dependency conflict - vue.js - Stack Overflow
Same issue here. It occurs only on newer versions of npm. You can temporarily fix it by falling back on the LTS 14.15...
Read more >
@vitejs/plugin-vue - npm
0+, @vue/compiler-sfc is no longer required as a peer dependency. // vite.config.js import vue from '@vitejs/plugin-vue' ...
Read more >
Can't install @vitejs/plugin-vue - Laracasts
Hi, I've just installed a fresh version of Laravel 9 and wanted to use Vite and Vue, but when I do @vitejs/plugin-vue I've...
Read more >
you must install peer dependencies yourself Code Example
npm WARN codelyzer@6.0.1 requires a peer of tslint@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself. typescript by devops ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found