我无法使用brew在Mac OS上安装FlowType。我打字:
$> brew update
...
$> brew install flow
Error: You must `brew link objective-caml' before flow can be installed
$> brew link objective-caml
Linking /usr/local/Cellar/objective-caml/4.02.1_2...
Error: Could not symlink share/man/man3/Weak.S.3o
/usr/local/share/man/man3 is not writable.
$>
怎么了?
答案 0 :(得分:0)
请尝试更改权限 sudo chown -R $ USER / usr / local / lib
答案 1 :(得分:0)
flow的官方安装方法是使用yarn
(或npm)本地每个项目。
yarn add --dev flow-bin
OR
使用npm
:
npm install --save-dev flow-bin