Could not resolve peer dependency vite: 3.2.0
See original GitHub issuenpm 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:
- Created a year ago
- Reactions:1
- Comments:10
Top 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 >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
Will remove
3.2.0
needed in next version. Coming soon 😃Hi everyone! Upgrade
vite-plugin-electron
andvite-plugin-electron-renderer
tov0.10.2
😃