How to create run configuration with Yarn instead of npm in WebStorm 2016.2.3
yarn will be supported in 2016.3 As stated in https://youtrack.jetbrains.com/issue/WEB-23737#comment=27-1669437 In WebStorm 2016.3 it will be possible to select yarn package instead of npm: go to Settings | Languages & Frameworks | Node.js and NPM click ellipsis button next to Node.js interpreter to open “Node.js interpreters” dialog Also, installed yarn packages will be available in … Read more