You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed - When creating a new meteor project, there is some by-default code in main.js . It did not pose a problem until now but it need to be deleted in order to make this work, with the only code that should be on main.js beig: Meteor.subscribe('posts');
Hello,
I followed the instructions exactly on chapter 5 but by the time I get to commit 5-1, nothing displays (just the microscope header and no posts).
I also tried the other fixes that other posts here seem to recommend they don't work!
No idea what's wrong, in the browser console I'm getting the error :
Error: Cannot find module './main.html'
require() modules-runtime.js:105 require<.client["main.js"]<() app.js:141 fileEvaluate() modules-runtime.js:168 require() modules-runtime.js:102 <anonymous>
Would anyone have any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: