Cannot call method 'indexOf' of undefined
daxxog opened this issue · 6 comments
daxxog commented
I can't build jquery-color. I have PhantomJS and grunt installed.
grunt
outputs this warning >>
Running "compare_size" task
<WARN> An error occurred while processing a template (Cannot call method 'indexOf' of undefined). Use --force to continue. </WARN>
scottgonzalez commented
This is probably because package.json is using ranges for dependencies.
mikesherov commented
yeah.
daxxog commented
also if I try --force the whole thing fails with
/task.js:352
throw e;
^
TypeError: Cannot call method 'replace' of undefined
any workarounds for this?
gnarf commented
@mikesherov can you take a look at updating package.json?
mikesherov commented
Yes.
On Mon, Jan 14, 2013 at 2:21 PM, Corey Frang notifications@github.comwrote:
@mikesherov https://github.com/mikesherov can you take a look at
updating package.json?—
Reply to this email directly or view it on GitHubhttps://github.com//issues/51#issuecomment-12234807.
Mike Sherov
Lead Developer
SNAP Interactive, Inc.
Ticker: STVI.OB
mikesherov commented
fixed in 07cdc18