Unintuitive errors when all you need is npm install
#147054
Unanswered
rex-remind101
asked this question in
npm
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to node/npm. Often I'll get errors about missing dependencies like the following where the solution is "just use
npm install
". Coming from other ecosystems this has been very disheartening where normally the message of dependencies being out-of-date or missing is short and clearly represented. Please improve the error :)compare to Rust when importing a dep that's missing:
compare to forgetting
bundle install
in Ruby:Beta Was this translation helpful? Give feedback.
All reactions