-
Notifications
You must be signed in to change notification settings - Fork 45
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
Wallaby hanging #760
Comments
I'm not sure if it's wallaby specific issue, have you seen/tried this: sindresorhus/gulp-imagemin#10 (comment)? |
Actually this is probably be more helpful as from what I read |
hmmmm, increasing ulimit no helping |
Looks like |
issue actually seems related to my post-install script somehow:
its still running, but if I set it lower than 5, it runs happily but the i'll keep on investigating, but i'm gonna close this issue for now... |
Thanks for the update, perhaps this could help for resolving dependencies for child projects: https://wallabyjs.com/docs/integration/node.html#node-modules-in-subfolder |
thanks, that suggestion was on the money - happy to have my coloured dots back :-) just for sake of clarity, I added:
to point to my encryption library. am I correct in assuming I'd repeat for each child project that has its own node_modules? |
Correct. This, or, given that wallaby config is essentially a node app, you can write a small function to recursively walk your folder structure and add found |
thanks as always for your prompt and very helpful assistance! |
Issue description or question
Hi,
I've got a node project and node has started hanging, this is the first excerpt from the walaby console:
The process eventually runs out of memory after several attempts.
I've recently added the following
before_install
to my.travis.yml
file to prevent travis from not being able to run a post-install on nestedpackage.json
files and not sure if this could be causing theEMFILE
:Any guidance would be greatly appreciated. My tests are passing in
mocha
.thanks,
Dave
Wallaby.js configuration file
stock standard...
Code editor or IDE name and version
Visual Studio Code v1.4.0
OS name and version
OSX
The text was updated successfully, but these errors were encountered: