Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - too many open files #68

Open
getdave opened this issue Jun 4, 2015 · 1 comment
Open

Error - too many open files #68

getdave opened this issue Jun 4, 2015 · 1 comment

Comments

@getdave
Copy link

getdave commented Jun 4, 2015

Running a standard AmpJS app using the CLI.

node server reports app being served at localhost.

Navigate to localhost in Chrome.

Server falls over with Moonboots related error.

Diabetix is running at: http://localhost:3000 Yep. That's pretty awesome.

/Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/index.js:546
                : opts.basedir || process.cwd()
                                          ^
Error: EMFILE, too many open files
    at globalTr (/Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/index.js:546:43)
    at makeTransform (/Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/module-deps/index.js:250:21)
    at /Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/module-deps/index.js:225:9
    at Deps.getTransforms (/Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/module-deps/index.js:230:7)
    at /Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/module-deps/index.js:365:24
    at onresolve (/Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/module-deps/index.js:177:14)
    at /Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/index.js:475:13
    at /Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/browser-resolve/index.js:254:13
    at /Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/resolve/lib/async.js:44:21
    at ondir (/Users/davidsmith1/Sites/ampersand-app/node_modules/moonboots-express/node_modules/moonboots/node_modules/browserify/node_modules/resolve/lib/async.js:187:31)

Any help much appreciated.

@lukekarrys
Copy link
Contributor

@getdave Do any of the suggestions in this issue work for you? AmpersandJS/ampersand#117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants