Skip to content

Instantly share code, notes, and snippets.

@shinecita
Created December 12, 2012 15:43
Show Gist options
  • Save shinecita/4268818 to your computer and use it in GitHub Desktop.
Save shinecita/4268818 to your computer and use it in GitHub Desktop.
{
"name": "flint",
"repo": "Igniter/guata",
"description": "Life is a journey",
"version": "0.0.1",
"keywords": [],
"dependencies": {
"visionmedia/debug": "*",
"component/emitter": "*",
"deedubs/throttle": "*",
"component/notification": "*"
},
"development": {},
"scripts": [
"lib/app.js",
"lib/controllers/home.js",
"lib/controllers/posts.js"
]
}
@shinecita
Copy link
Author

rolinas-MacBook-Air:guata carolinaurquhart$ ./node_modules/.bin/component-build -o public/

path.js:284
var path = (i >= 0) ? arguments[i] : process.cwd();
^
Error: EMFILE, too many open files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment