Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to install the lib #6

Open
nicolasSagon opened this issue Dec 14, 2020 · 0 comments
Open

Impossible to install the lib #6

nicolasSagon opened this issue Dec 14, 2020 · 0 comments

Comments

@nicolasSagon
Copy link

Hello, i have tried to follow your Getting started with a Vue2 project.

I have created an empty project with VueJS 2 and i have add froala as mentioned in your documentation :

"froalacharts": "^1.0.0","vue": "^2.6.12","vue-froalacharts": "^1.0.0"

So the next step of the documentation is to add in my App.js the imports and register vue to use it so i have add :

import VueFroalaCharts from 'vue-froalacharts'; import FroalaCharts from 'froalacharts'; import FroalaTheme from 'froalacharts/themes/froalacharts.theme.froala';

and

Vue.use(VueFroalaCharts, FroalaCharts, FroalaTheme);

But when i start the project i have an error
vue-froalacharts in ./src/main.js To install it, you can run: npm install --save vue-froalacharts

But in my nodes_module, i have the folder vue-froalacharts.

Am I doing something wrong ?

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

No branches or pull requests

1 participant