javascript:yarn

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
javascript:yarn [2023/02/08 14:17] – [Linux] ともやんjavascript:yarn [2023/02/08 14:34] – [トラブルシューティング] ともやん
行 1590: 行 1590:
  
 ===== トラブルシューティング ===== ===== トラブルシューティング =====
 +
 +==== error `--global` has been deprecated. ====
 +Yarn でのグローバルへのインストールは <html><code>yarn global add <package name></code></html> である🤔\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +$ yarn install @google-cloud/functions-framework -g
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +yarn install v1.22.19
 +info No lockfile found.
 +error `--global` has been deprecated. Please run "yarn global add @google-cloud/functions-framework" instead.
 +info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +$ yarn global add @google-cloud/functions-framework
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +yarn global v1.22.19
 +[1/4] Resolving packages...
 +[2/4] Fetching packages...
 +[3/4] Linking dependencies...
 +[4/4] Building fresh packages...
 +success Installed "@google-cloud/functions-framework@3.1.3" with binaries:
 +      - functions-framework
 +      - functions-framework-nodejs
 +Done in 9.32s.
 +</pre></html></WRAP>
 +</WRAP>
 +
 +==== その他 ====
 <code> <code>
 Vue CLI v4.5.9 Vue CLI v4.5.9
  • javascript/yarn.txt
  • 最終更新: 2024/03/04 05:50
  • by ともやん