-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Meteor tool 1.8.3, cannot run basic example from meteor manual #385
Comments
It may be worthy of note that projects created with previous versions of meteor seem to work fine, even after being upgraded to 1.8.3. |
I have created a repository containing the non-working code: https://github.com/richard-fairthorne/bugproof-meteor-vue-component-1 |
Hi @richard-fairthorne , this issue showed up with the 1.8.2+ releases. If you want to follow the Vue tutorial for now, you'll need to use meteor 1.8.1, I have a large app built with Meteor + Vue and 1.8.2 caused a new issue. The issue has been identified here, but the fix has not been released yet: #380 |
This should be fixed in the new version of |
Running the basic example from the meteor 1.8 manual ( https://guide.meteor.com/vue.html#integrating-vue-with-meteor ) results in an error.
Safari:
![Screen Shot 2019-12-20 at 10 40 05 AM](https://user-images.githubusercontent.com/1225460/71267914-bbcab500-2319-11ea-990b-5dad7e7bcae6.png)
Chrome:
![Screen Shot 2019-12-20 at 11 28 16 AM](https://user-images.githubusercontent.com/1225460/71268902-f7ff1500-231b-11ea-8c74-454238754a29.png)
A new directory was created and the example was followed to the letter. (by cut and paste)
I get the same result starting with a default meteor project, and a bare meteor project.
client/main.js
client/main.html:
client/App.vue
package.json
.meteor/packages
Meteor package versions:
software versions:
![Screen Shot 2019-12-20 at 11 31 05 AM](https://user-images.githubusercontent.com/1225460/71269029-47454580-231c-11ea-8177-76a9197dcadb.png)
I am eager for a solve. Please let me know anything I can try or do to help isolate the issue.
The text was updated successfully, but these errors were encountered: