-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Missing flatmap-stream dependency - Failing to install #1468
Comments
Looks like |
@remy Thanks for updating pstree.remy to remove ps-tree. Could you publish the latest on master as well? Should fix the issue now that npm has removed flatmap-stream |
For additional context on why |
I think this is due to locked dependencies and it can be fixed by reinstalling nodemon, i.e.: |
Is the fix published to npm? |
@spiritson The latest published version of pstree.remy is 1.1.2 which is fixed. |
@spiritson Yes, the fix is in a dependency pstree.remy@1.1.2. Just uninstall and reinstall nodemon in your project using npm or yarn appropriately. |
Closed since pstree.remy has been fixed. |
@jnv YOU saved the day! You deserve a prize! Thank you! 🥳 |
npm install fails due to a dependency not resolving.
The dependency is flatmap-stream and appears to no longer exist in the npm repository.
https://www.npmjs.com/package/flatmap-stream
Expected behaviour
nodemon should install
Actual behaviour
nodemon fails to install with the following error:
npm ERR! code E404
npm ERR! 404 Not Found: flatmap-stream@^0.1.0
Steps to reproduce
Simply run npm install
The text was updated successfully, but these errors were encountered: