Mad's NPM Task Runner (/vsgallery/8f2f2cbc-4da5-43ba-9de2-c9d08ade4941) forked and changed to use Yarn instead. Adds support for yarn scripts defined in package.json directly in Visual Studio's Task Runner Explorer. Current Known LimitationsTask Runner Explorer seems to not allow more than one extension to target the same file (in this case the `package.json` file). As such, It won't load if [NPM Task Runner](/vsgallery/8f2f2cbc-4da5-43ba-9de2-c9d08ade4941) is installed There's a limitation in one of Yarn's files (at 0.15.1) - base-reporter.js - that attempts to access stdin under IISNODE, which is inexistent. check the repository's readme for more info |