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 with split module #3

Open
haruiz opened this issue Feb 28, 2017 · 3 comments
Open

Error with split module #3

haruiz opened this issue Feb 28, 2017 · 3 comments

Comments

@haruiz
Copy link

haruiz commented Feb 28, 2017

Hi Guys, nothing critical, I just to report that you need to include , the 'split' npm module inside the dependencies block of your module , instead of dev dependencies at package.json, because in the main file you are using it. I identified it because when I installed the module from npm allways would received the error : "split module not found"

2017-02-28_9-42-28

@chadbr
Copy link

chadbr commented Mar 5, 2017

@haruiz did you get this working? I'm trying in a typescript 2.2 project and it's not working at all...

@haruiz
Copy link
Author

haruiz commented Mar 8, 2017

@chadbr , yes, for me is working now, just making the change that I already reported up, show me your code, maybe I could help you

@andyfischer
Copy link

andyfischer commented Aug 19, 2017

fyi this is still an issue, this module does not work on its own. I recommend switching to this other module, it works great and has a similar api https://www.npmjs.com/package/child-process-promise

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

3 participants