kadirahq / meteor-dochead

Isomorphic way to manipulate document.head for Meteor apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property '0' of undefined

ryanbuiltthat opened this issue · comments

I'm stuck trying to get docHead added. Seems like browserify doesn't like my setup. This is the error message in question:

Errors prevented startup:

While processing files with cosmos:browserify (for target web.browser):
packages/kadira:dochead/package.browserify.js: Cannot read property '0' of undefined

Your application has errors. Waiting for file change.

Has anyone else experience such an error? I'm using FlowRouter + Blaze.

UPDATE: This is related to #11 & #12 , running meteor update cosmos:browserify fixed the issue. For the record I am running this on Win10.