Switching branches prompts to update Node packages with npm => what about yarn?
I'm using EAP 2017.3 and wondering if I can change that the popup dialog when switching branches with different node modules installed may suggest me to update them with yarn instead with npm?
Couldn't find anything in the settings…
Yarn is not listed in "Language & Frameworks / Mode.js and NPM". I also don't have it in the "Packages" list (it's not installed locally of course, only globally).
To be clear, I'm talking about this:

thanks
Please sign in to leave a comment.
Hi there,
So ...
1) What do you use in this project as your package manager -- npm or yarn?
2) If yarn -- have you setup yarn to be the actual package manager in the IDE settings?
3) if you did -- will it still run npm if you click on such "Run npm update" link (from your screenshot) or will it run yarn (or maybe even will have "yarn" instead of "npm" in the text already). (make a backup of the whole project in case if it will run with npm and that's not desired)
For #2 -- see
> 2) If yarn -- have you setup yarn to be the actual package manager in the IDE settings?
Thanks, this was the problem. Although I was in the Dialog "Language & Frameworks / Mode.js and NPM" I didn't realize I had to open the NodeJs interpreter to specify this => awesome ✌️