Configure/Customize command in "Update dependencies" notification
Is there a way to customize the `npm install` command offered in the "Update dependencies" notification? Currently, it runs `npm install` but I would like it to offer to run `npm install --legacy-peer-deps`. I can't find a way to change this, so now I have to open a terminal and manually run `npm install --legacy-peer-deps` when this notification appears.
请先登录再写评论。
It can't be changed, this command is hardcoded
Okay, thanks for the quick reply, Elena. :)
Can we please add support for customizing this?