如何在 WebStorm 2016.2.3 中使用 Yarn 而不是 npm 创建 运行 配置
How to create run configuration with Yarn instead of npm in WebStorm 2016.2.3
我曾经通过 WebStorm 使用 npm。我通常只是在右上角添加一个基于 npm 的 运行 配置,就像 here.
中描述的那样
我最近尝试了 Yarn,我正在尝试使用 npm 做类似的事情,但是我找不到选项。有什么办法吗?或者我只需要等待 JetBrains 的更新?
yarn 将在 2016.3
中得到支持
如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 drop-down list for your convenience.
Once yarn package set, all npm-related actions will use the specified yarn package.
同时检查 WEB-23820 票证以获得 "yarn tasks" 支持(类似于 NPM 任务的侧面板,您可以在其中查看任务并执行它们)。
更新 (2016-11-15)
WebStorm 2016.3 于昨天发布。上述两张门票均已实施。
更新 (2016-12-13)
在 Windows 上,如果您通过 .msi
安装程序安装 Yarn,路径将为 C:\Program Files (x86)\Yarn
-- IDE(在本例中为 PhpStorm 2016.3.1)自动检测到它。
我曾经通过 WebStorm 使用 npm。我通常只是在右上角添加一个基于 npm 的 运行 配置,就像 here.
中描述的那样我最近尝试了 Yarn,我正在尝试使用 npm 做类似的事情,但是我找不到选项。有什么办法吗?或者我只需要等待 JetBrains 的更新?
yarn 将在 2016.3
中得到支持如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 drop-down list for your convenience.
Once yarn package set, all npm-related actions will use the specified yarn package.
同时检查 WEB-23820 票证以获得 "yarn tasks" 支持(类似于 NPM 任务的侧面板,您可以在其中查看任务并执行它们)。
更新 (2016-11-15)
WebStorm 2016.3 于昨天发布。上述两张门票均已实施。
更新 (2016-12-13)
在 Windows 上,如果您通过 .msi
安装程序安装 Yarn,路径将为 C:\Program Files (x86)\Yarn
-- IDE(在本例中为 PhpStorm 2016.3.1)自动检测到它。