bigdatahci2015 / forum

0 stars 4 forks source link

Uncaught ReferenceError: _ is not defined #41

Closed anbe6083 closed 8 years ago

anbe6083 commented 8 years ago

Ever since updating gitbook, I started getting this error. It's been catching on two lines:

items = _.map(lines, JSON.parse)

var template = _.template(tplString)

both in ui.html . Any idea how to fix this?

pillig commented 8 years ago

Had the same problem until I did npm install and gitbook install. The '_ is not defined' is actually catching in a reference to the "bigdata" plugin.

anbe6083 commented 8 years ago

That did it, I appreciate the help