meteor-vue2-example
meteor-vue2-example copied to clipboard
Install problem
Since issue number 15, I installed a Linux CPU for this (maybe Windows Meteor install was with problem).
The actual meteor-vue2-example does not work (for me): sudo apt install git git clone https://github.com/Akryum/meteor-vue2-example.git
meteor remove blaze-html-templates jquery meteor add static-html akryum:vue-component meteor npm i -S babel-runtime vue vue-meteor-tracker vue-router meteor update meteor update --all-packages meteor npm i
Meteor created many errors asking for: npm install --save @babel/runtime Still, here is what starting meteor does after installing that line:
=> Started proxy.
=> [HMR] Dev server listening on port 3003.
Unexpected mongo exit code 62. Restarting.
Unexpected mongo exit code 62. Restarting.
Unexpected mongo exit code 62. Restarting.
Can't start Mongo server.
What is your package that keeps things simple for meteor-vue2 that does not use apollo (your large project is not documented enough and has too many things to understand?
Thanks for your help. Marc