grapher-vue icon indicating copy to clipboard operation
grapher-vue copied to clipboard

Present files on Install

Open EMHmark7 opened this issue 6 years ago • 1 comments

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:
                                                           + [email protected]
                                                           + [email protected]
                                                           + [email protected]
                                                           + [email protected].

meteor remove autopublish

EMHmark7 avatar Jul 16 '18 15:07 EMHmark7

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

I even did meteor npm install.

EMHmark7 avatar Jul 16 '18 16:07 EMHmark7