EvHaus / doby-grid

An HTML table element on steroids.
Other
14 stars 5 forks source link

Grunt build throws error #189

Open ckosmowski opened 9 years ago

ckosmowski commented 9 years ago

When i try to "grunt build" the current master branch i always get an error at the start saying that the variable "require" could not be found in test/Range.js at line 6.

However it does not make the overall tests fail, but it is displayed as an error. Do i have to install or configure something so that this message disappears?

EvHaus commented 9 years ago

Try running npm install first.