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

Present files on Install #4

Open
EMHmark7 opened this issue Jul 16, 2018 · 1 comment
Open

Present files on Install #4

EMHmark7 opened this issue Jul 16, 2018 · 1 comment

Comments

@EMHmark7
Copy link

EMHmark7 commented Jul 16, 2018

Hi,
when I do meteor add herteby:grapher-vue, compared with your demo, it does not add the following folders and their content:
packages
L__grapher
L__grapher-vue

Is it normal?

Thanks
Marc

Here is my install list:

curl https://install.meteor.com/ | sh              //one time, not for each project
cd vm
meteor create t3
cd t3

meteor remove blaze-html-templates jquery
meteor add static-html akryum:vue-component

meteor add herteby:grapher-vue   
                                                       RESULT:
                                                           cultofcoders:grapher                added, version 1.3.7
                                                           dburles:mongo-collection-instances  added, version 0.3.5
                                                           herteby:denormalize                 added, version 0.6.5
                                                           herteby:grapher-vue                 added, version 1.2.2
                                                           lai:collection-extensions           added, version 0.2.1_1
                                                           matb33:collection-hooks             added, version 0.8.4
                                                           reywood:publish-composite           added, version 1.5.2

meteor npm i -S babel-runtime vue vue-meteor-tracker vue-router
                                                       RESULT:
                                                           + vue@2.5.16
                                                           + vue-router@3.0.1
                                                           + babel-runtime@6.26.0
                                                           + vue-meteor-tracker@2.0.0-beta.

meteor remove autopublish
@EMHmark7
Copy link
Author

I do not see "herteby:grapher-vue" in /packages.json
but I see it in /.meteor/packages

I even did meteor npm install.

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