How do I remedy "Error: Cannot find module 'child-process-close'"?
Posted
by
Tyler Sloan
on Stack Overflow
See other posts from Stack Overflow
or by Tyler Sloan
Published on 2014-05-31T03:20:18Z
Indexed on
2014/05/31
3:24 UTC
Read the original article
Hit count: 2781
I was going about business as usual and about to checkout generator-angular-fullstack.
I got no red errors but a message a the end saying Error: Cannot find module 'child-process-close'. I tried many a-thing–uninstalling node, reinstalling, manually getting rid of files and directories in local and/or global paths and tried to make sure Homebrew was the one who installed everything and somehow I've made things worse.
(Also, I initially saw errors regarding karma. Everything looked right but it doesn't seem I did any good by throwing commands at it.)
I am at a loss. All the stackoverflow questions have been clicked and I'm afraid I've probably tried too many of the suggestions. I cannot install any Yeoman generator. I cannot install anything with npm. When inside the project directory when I run npm install it throws the error. I really have no clue. Is there a way I can basically start over all together? A simple uninstall and install isn't cutting it. Something in the system needs to change but I don't know what. Any ideas?
© Stack Overflow or respective owner