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
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot set property length of [ jsdom NodeList ]: contains 0 items which has only a getter
at NodeList.ArraySplice (native)
at Object.<anonymous> (/usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node_modules/jsdom/lib/jsdom/level1/core.js:554:30)
at Object.<anonymous> (/usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node_modules/jsdom/lib/jsdom/level2/events.js:314:20)
at Object.insertBefore (/usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node_modules/jsdom/lib/jsdom/utils.js:21:26)
at Object.appendChild (/usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node_modules/jsdom/lib/jsdom/level1/core.js:637:17)
at /usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node-jquery.js:1210:15
at /usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node-jquery.js:1423:2
at create (/usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node-jquery.js:9059:2)
at /usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node-jquery.js:9065:18
at Object.<anonymous> (/usr/local/lib/node_modules/tilestream/node_modules/bones/node_modules/jquery/node-jquery.js:9067:1)
The text was updated successfully, but these errors were encountered:
This looks like some problem with a dependency of tilestream. What version of node are you running? Tilestream has only been tested with v0.6 and v0.8 so there may be problems with v0.10.x still.
springmeyer
pushed a commit
to tilemill-project/tilemill
that referenced
this issue
Nov 22, 2014
Hi,
I'v succesfully installed tilestream on centOS 5.9 with this tutorial :
http://danmcewan.com/setting-tilestream-server-centos-56
When running I get this error:
The text was updated successfully, but these errors were encountered: