Skip to content

Instantly share code, notes, and snippets.

@Munter
Created October 1, 2011 16:36
Show Gist options
  • Save Munter/1256289 to your computer and use it in GitHub Desktop.
Save Munter/1256289 to your computer and use it in GitHub Desktop.
munter@medulla:~/git/color$ make clean
rm -f one-color-debug.js one-color.js
munter@medulla:~/git/color$ make
flattenOneInclude lib/one/color/_all.js --label js=lib > one-color-debug.js
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot set property registerLabelsAsCustomProtocols of #<Object> which has only a getter
at /home/munter/.local/lib/node_modules/assetgraph-builder/node_modules/underscore/underscore.js:573:48
at Array.forEach (native)
at /home/munter/.local/lib/node_modules/assetgraph-builder/node_modules/underscore/underscore.js:74:11
at Function.extend (/home/munter/.local/lib/node_modules/assetgraph-builder/node_modules/underscore/underscore.js:571:5)
at Object.<anonymous> (/home/munter/.local/lib/node_modules/assetgraph-builder/bin/flattenOneInclude:17:3)
at Module._compile (module.js:402:26)
at Object..js (module.js:408:10)
at Module.load (module.js:334:31)
at Function._load (module.js:293:12)
at Array.<anonymous> (module.js:421:10)
make: *** [one-color-debug.js] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment