Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

dependecies issues #2

Open
FerrariAndrea opened this issue Feb 10, 2023 · 0 comments
Open

dependecies issues #2

FerrariAndrea opened this issue Feb 10, 2023 · 0 comments

Comments

@FerrariAndrea
Copy link

Hi, I love your work! It is exactly what I need.

I found that issue, under extensions/interface/cloudinary-upload running npm run bundle I got:
Error: Cannot find module 'rollup-plugin-inject-process-env' for the file rollup.config.js

easy fixed with: npm i rollup-plugin-inject-process-env

Another issue is this one, on "npm run bundle":

[!] Error:

Vue packages version mismatch:

- vue@3.2.47 (/.../extensions/interfaces/cloudinary-upload/node_modules/vue/index.js)
- vue-template-compiler@2.7.14 (/.../extensions/interfaces/cloudinary-upload/node_modules/vue-template-compiler/package.json)

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

I'm not able to fix that last issue, will update you if I will find a solution.
Do you have a suggestion?

Thx

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

No branches or pull requests

1 participant