Skip to content

Server starts without errors, but nothing in the Browser! #7

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

Open
K69G4JRA725W opened this issue Apr 27, 2017 · 1 comment
Open

Server starts without errors, but nothing in the Browser! #7

K69G4JRA725W opened this issue Apr 27, 2017 · 1 comment

Comments

@K69G4JRA725W
Copy link

Here is the error messages from the Chrome Console.

modules.js:1198 ReferenceError: _h is not defined
at Proxy.vue_options.render (app.js:30)
at VueComponent.Vue._render (modules.js:4550)
at VueComponent.updateComponent (modules.js:3091)
at Watcher.get (modules.js:3430)
at new Watcher (modules.js:3413)
at mountComponent (modules.js:3095)
at VueComponent.Vue$3.$mount (modules.js:7739)
at init (modules.js:4009)
at createComponent (modules.js:5539)
at createElm (modules.js:5482)
handleError @ modules.js:1198

@arturhood
Copy link

arturhood commented Jun 22, 2017

After you download the project, run these commands in Terminal in the folder (mentioned by green-coder in another thread):

meteor npm install
meteor update
meteor update --all-packages
meteor npm install --save babel-runtime
meteor

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

2 participants