Skip to content

Instantly share code, notes, and snippets.

@bitner
Created February 17, 2015 20:35
Show Gist options
  • Save bitner/7463839ea4e40e8f3605 to your computer and use it in GitHub Desktop.
Save bitner/7463839ea4e40e8f3605 to your computer and use it in GitHub Desktop.
bitner@dbspatialtest:/var/www/iDtest/iD$ make
cat css/reset.css css/map.css css/app.css css/feature-icons.css > dist/iD.css
node build.js
/var/www/iDtest/iD/node_modules/d3/node_modules/jsdom/lib/jsdom/level1/core.js:432
set nodeName() { throw new core.DOMException();},
^
SyntaxError: Unexpected token )
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/var/www/iDtest/iD/node_modules/d3/node_modules/jsdom/lib/jsdom/level2/core.js:1:94)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
make: *** [data/data.js] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment