[SOLVED] Framework7 V2 latest version update in Framework7-Vue Webpack starter app template

Hello everyone

I started a proyect with the 'Framework7-Vue Webpack starter app template’. I checked some components are not available in my Framework7 V2 (v 2.0.7) and I tried to download latest version and copy new files in .node_modules but i get this error.

 > _ERROR  Failed to compile with 1 errors                                
> _This dependency was not found:_
> 
> _* ssr-window in ./node_modules/framework7/dist/framework7.esm.bundle.js_

this file does exist there…

Thanks in advance

You should update it in the correct way, just open package.json file in the project root, change F7 libs version to latest and run npm install again

1 Like

Thank you for your reply, it works !