Closed
Description
For the file at https://sourcegraph.com/github.com/nodejs/node/-/blob/tools/update-babel-eslint.sh:
npm init
is properly documented but theinstall
innpm install
is interpreted as the globalinstall
Unix command not thenpm install
subcommand
This happens because explainshell is currently a fallback plan, but probably should be the first choice.