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

Update dependency around event-stream #152

Closed
kitsuyui opened this issue Nov 29, 2018 · 4 comments
Closed

Update dependency around event-stream #152

kitsuyui opened this issue Nov 29, 2018 · 4 comments

Comments

@kitsuyui
Copy link

kitsuyui commented Nov 29, 2018

Some problem found on newer version of event-stream in these days. dominictarr/event-stream#115

backpack-core has following dependency, but fortunately currently depending version v3.3.0 is safe.

  • backpack-core -> nodemon -> pstree.remy -> ps-tree -> event-stream

I think that backpack-core dependency should be update nodemon version to v1.18.7 for future safety.

Reference

@andres-valdes
Copy link
Contributor

Opened #153 for this purpose

@bildo17
Copy link

bildo17 commented Nov 29, 2018

The issue has now been updated. I ran npm install nodemon@latest -D and it worked like a charm.

@andres-valdes
Copy link
Contributor

@bildo17 Yes, nodemon has resolved this issue, but backpack-core still depends on an infected version of nodemon.

@kitsuyui
Copy link
Author

Solved by #153 🎉

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