suggestion: update dependecies tips check package manager
After updating project from VCS, it always show this tips, which is a thoughtful feature.
But my project uses yarn, it may have a problem when using npm.
There is a config on my package.json, can you check it and show this tips: [Run ‘yarn install’] ?
Please sign in to leave a comment.
The package manager suggested in the popup is the one configured in File | Settings | Languages & Frameworks | Node.js; please try changing it to
yarn
and re-open the project.