MacPorts/yarn
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(MacPorts/yarn);
*目次 [#z4746feb]
#contents
*関連ページ [#c8d20f54]
*参考情報 [#c44cfb9c]
*トラブルシューティング [#j0a5c364]
**fontawesome-freeインストール時にincorrect data checkエ...
-2022/02/05(土)Intel Mac mini 2018(macOS Monterey)のMacPo...
-yarn addでfontawesome-freeがインストールできない。
#pre{{
$ yarn add @fortawesome/fontawesome-free
(中略)
[2/4] 🚚 Fetching packages...
error An unexpected error occurred: "https://registry.yar...
info If you think this is a bug, please open a bug report...
info Visit https://yarnpkg.com/en/docs/cli/add for docume...
}}
-yarn-error.logの内容。
#pre{{
Yarn version:
1.22.17
Node version:
14.18.3
Platform:
darwin x64
Trace:
Error: incorrect data check
at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
}}
-MBP2014(macOS Big Sur)だとエラーが発生しない。nodejs14じ...
-[[Zlib of node-v14.17.2-macos-x64 is broken · Issue #208...
-とりあえずnodejs16に以降した方がよいのか?とりあえず以下...
sudo port install nodejs16 yarn npm7
終了行:
&tag(MacPorts/yarn);
*目次 [#z4746feb]
#contents
*関連ページ [#c8d20f54]
*参考情報 [#c44cfb9c]
*トラブルシューティング [#j0a5c364]
**fontawesome-freeインストール時にincorrect data checkエ...
-2022/02/05(土)Intel Mac mini 2018(macOS Monterey)のMacPo...
-yarn addでfontawesome-freeがインストールできない。
#pre{{
$ yarn add @fortawesome/fontawesome-free
(中略)
[2/4] 🚚 Fetching packages...
error An unexpected error occurred: "https://registry.yar...
info If you think this is a bug, please open a bug report...
info Visit https://yarnpkg.com/en/docs/cli/add for docume...
}}
-yarn-error.logの内容。
#pre{{
Yarn version:
1.22.17
Node version:
14.18.3
Platform:
darwin x64
Trace:
Error: incorrect data check
at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
}}
-MBP2014(macOS Big Sur)だとエラーが発生しない。nodejs14じ...
-[[Zlib of node-v14.17.2-macos-x64 is broken · Issue #208...
-とりあえずnodejs16に以降した方がよいのか?とりあえず以下...
sudo port install nodejs16 yarn npm7
ページ名: