English 中文(简体)
A. 一条不同道路的游泳
原标题:Run yarn in a different path
  • 时间:2017-10-23 14:17:22
  •  标签:
  • yarnpkg

是否有办法为<代码>yarn具体规定工作指南? 这样,<代码>--模块-倍选项就会有所不同。 具体来说,Im试图从包裹地点以外的地点操作yarn December

类似-C

最佳回答

<代码>-cwd是你想要的。

(tested with yarn 1.3.2)

问题回答

You can use --cwd like so yarn --cwd <path> <yarn command>.
The order of arguments is important.

例:

yarn --cwd ~/test_project/ dev

由于以下工作将<>而不是:

yarn dev --cwd ~/test_project/




相关问题
A. 一条不同道路的游泳

是否有办法具体列出一份工作目录? 那么,这一选择就不同了。 具体来说,Im试图从......以外的地点操作游艇。

Node Sass does not yet support Windows 64-bit

I am running protractor UI automation project and try to run test with yarn test and received following build error Module build failed: Error: Node Sass does not yet support your current environment:...

热门标签