javascript:yarn

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
javascript:yarn [2020/06/26 08:09] – [Vue.js プロジェクトの実行] ともやんjavascript:yarn [2024/03/04 05:50] (現在) – [yarn のインストール] ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      height: 250px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #mintbl table { 
-      font-size: 12px; 
-    } 
-    .dokuwiki .plugin_wrap table { 
-      width: auto; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-     
-    @media (max-width: 680px) { 
-      .youtube { 
-        position: relative; 
-        width: 100%; 
-        padding-top: 56.25%; 
-      } 
-      .youtube iframe { 
-        position: absolute; 
-        top: 0; 
-        right: 0; 
-        width: 100% !important; 
-        height: 100% !important; 
-      } 
-    } 
-    @media (min-width: 900px) { 
-      .youtube iframe { 
-        width: 560; 
-        height: 315; 
-      } 
-    } 
-  </style> 
-</html> 
 ====== Yarn - パッケージ マネージャ ====== ====== Yarn - パッケージ マネージャ ======
 <WRAP prewrap 100% #logo> <WRAP prewrap 100% #logo>
行 53: 行 4:
 </WRAP> </WRAP>
 本家: [[https://yarnpkg.com/|Home | Yarn - Package Manager]]\\ 本家: [[https://yarnpkg.com/|Home | Yarn - Package Manager]]\\
-ソースコード: [[https://github.com/yarnpkg/yarn|yarnpkg/yarn: 📦🐈 Fast, reliable, and secure dependency management.]]\\+ソースコード: [[git>yarnpkg/yarn|yarnpkg/yarn: 📦🐈 Fast, reliable, and secure dependency management.]]\\
 ライセンス: [[wpjp>BSDライセンス|二条項BSDライセンス(BSD 2-Clause License)]]\\ ライセンス: [[wpjp>BSDライセンス|二条項BSDライセンス(BSD 2-Clause License)]]\\
  
-Yarn (ヤーン) とは JavaScript(フロントエンド) のパッケージマネージャである。2016 年に FaceBook がオープンソースの BSD ライセンスで公開した。\\+Yarn (ヤーン) とは JavaScript(フロントエンド) のパッケージマネージャである。2016 年 10 月に FaceBook がオープンソースの BSD ライセンスで公開した。\\
 npm と互換性 (package.json, node_modules/ で構成) があり、npm よりも処理が高速である。\\ npm と互換性 (package.json, node_modules/ で構成) があり、npm よりも処理が高速である。\\
- 
-ヤ~ンばか~ん...😅💦💦💦 (<wrap em>**※これはイメージです!!**</wrap>)\\ 
-んふ~ん🎵 そこはお耳なの んふ~ん🎵...\\ 
-<html> 
-<div class="youtube"> 
-    <iframe width="560" height="315" src="https://www.youtube.com/embed/jsbMi4f9xM4" frameborder="0"  
-    allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 
-</div> 
-</html> 
-林家木久蔵 / いやんばか~ん - YouTube より\\ 
-[[wpjp>いやんばか〜ん|]]\\ 
-[[http://www.kget.jp/lyric/241629/%E3%81%84%E3%82%84%E3%82%93%E3%81%B0%E3%81%8B%EF%BD%9E%E3%82%93_%E6%9E%97%E5%AE%B6%E6%9C%A8%E4%B9%85%E8%94%B5|いやんばか~ん/林家木久蔵 - 歌詞検索サービス 歌詞GET]]\\ 
  
 ===== インストール ===== ===== インストール =====
 +
 +==== Linux ====
 +**anyenv** をインストールする。\\
 +[[:linux:anyenv|anyenv - rbenv スタイルのオールインワン環境マネージャー]] (Linux)\\
 +[[:linux:anyenv#anyenv-update_anyenv_とセットで必ずインストールを推奨|anyenv - anyenv-update (anyenv とセットで必ずインストールを推奨)]]\\
 +[[:linux:anyenv#nodenv_のインストール|anyenv - nodenv のインストール]] ← ここまでの手順を済ませてから...🤔\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +$ anyenv update
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +<b class=GRN>Updating 'anyenv'...
 +Updating 'anyenv/anyenv-update'...
 +Updating 'nodenv'...
 +Updating 'nodenv/node-build'...</b>
 + <b class=GRN>|</b>  From https://github.com/nodenv/node-build
 + <b class=GRN>|</b>  8eb08bb0..eaefcd83  master     -> origin/master
 + <b class=GRN>|</b>  * [new tag]           v4.9.90    -> v4.9.90
 +<b class=GRN>Updating 'nodenv/nodenv-vars'...
 +Updating 'anyenv manifest directory'...</b>
 +</pre></html></WRAP>
 +</WRAP>
 +
 +=== node のインストール ===
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">nodenv</font> install 20.11.1
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Downloading node-v20.11.1-linux-x64.tar.gz...
 +-&gt; https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
 +Installing node-v20.11.1-linux-x64...
 +Installed node-v20.11.1-linux-x64 to /home/tomoyan/.anyenv/envs/nodenv/versions/20.11.1
 +</pre></html></WRAP>
 +
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">nodenv</font> rehash
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">nodenv</font> global 20.11.1
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">nodenv</font> versions
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +* 20.11.1 (set by /home/tomoyan/.anyenv/envs/nodenv/version)
 +</pre></html></WRAP>
 +
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">node</font> <font color="#75507B">-v</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +v20.11.1
 +</pre></html></WRAP>
 +
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">npm</font> <font color="#75507B">-v</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +10.2.4
 +</pre></html></WRAP>
 +
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">npx</font> <font color="#75507B">-v</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +10.2.4
 +</pre></html></WRAP>
 +
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">npm</font> <font color="#75507B">-g</font><font color="#999999"> list</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html>
 +<pre>/home/tomoyan/.anyenv/envs/nodenv/versions/20.11.1/lib
 +├── corepack@0.23.0
 +└── npm@10.2.4
 +</pre></html></WRAP>
 +</WRAP>
 +
 +=== yarn のインストール ===
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">npm</font> install <font color="#75507B">-g</font> yarn
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +
 +added 1 package in 3s
 +<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#06989A">notice</font></span> 
 +<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#06989A">notice</font></span> New <font color="#C4A000">minor</font> version of npm available! <font color="#CC0000">10.2.4</font> -&gt; <font color="#4E9A06">10.5.0</font>
 +<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#06989A">notice</font></span> Changelog: <font color="#06989A">https://github.com/npm/cli/releases/tag/v10.5.0</font>
 +<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#06989A">notice</font></span> Run <font color="#4E9A06">npm install -g npm@10.5.0</font> to update!
 +<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#06989A">notice</font></span>
 +</pre></html></WRAP>
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06"><u style="text-decoration-style:single">exec</u></font> <font color="#4E9A06">$SHELL</font> <font color="#75507B">-l</font>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">yarn</font> <font color="#75507B">-v</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +1.22.21
 +</pre></html></WRAP>
 +</WRAP>
 +
 +プロジェクトの yarn バージョンをセット🤔\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">yarn</font> set version 3.5.0
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +<font color="#729FCF">➤</font> YN0000: Retrieving <font color="#D75FD7">https://repo.yarnpkg.com/3.5.0/packages/yarnpkg-cli/bin/yarn.js</font>
 +<font color="#729FCF">➤</font> YN0000: Saving the new release in <font color="#75507B">.yarn/releases/yarn-3.5.0.cjs</font>
 +<font color="#729FCF">➤</font> YN0000: Done in 2s 180ms
 +</pre></html></WRAP>
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#4E9A06">yarn</font> <font color="#75507B">-v</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +3.5.0
 +</pre></html></WRAP>
 +</WRAP>
 +
 +==== Windows ====
 [[windows:scoop|Scoop]] によるインストール。\\ [[windows:scoop|Scoop]] によるインストール。\\
  
-**nvm** (Node Version Manager)、および、**Node.js - サーバーサイド JavaScript 環境** のインストールについては、[[javascript:nodejs#windows_-_nvm-windows_%E7%B7%A8|Node.js - サーバーサイド JavaScript 環境 | Windows - nvm-windows 編]] を参照のこと。\\+**Node.js** をインストールする。\\ 
 +**nvm** (Node Version Manager)、および、**Node.js - サーバーサイド JavaScript 環境** のインストールについては、[[javascript:nodejs#windows_-_nvm-windows_|Node.js - サーバーサイド JavaScript 環境 | Windows - nvm-windows 編]] を参照のこと。\\
  
-**Node.js** の動作確認。\\ +<WRAP color_term> 
-<WRAP prewrap 100%+<WRAP color_command><html><pre
-<code powershell+<b class=GRN>$</b> <b class=HIY>scoop</b> install nvm 
-node --version +<b class=GRN>$</b> <b class=HIY>nvm</b> install 14.17.5 64 
-</code>+<b class=GRN>$</b> <b class=HIY>nvm</b> use 14.17.5 64 
 +</pre></html></WRAP>
 </WRAP> </WRAP>
-<WRAP prewrap 100% #result+ 
-<code powershell+**Node.js** の動作確認。\\ 
-v12.17.0 +<WRAP color_term
-</code>+<WRAP color_command><html><pre
 +<b class=GRN>$</b> <b class=HIY>node</b> <b class=HIK>--version</b> 
 +</pre></html></WRAP> 
 +<WRAP color_result><html><pre> 
 +v14.17.5 
 +</pre></html></WRAP>
 </WRAP> </WRAP>
  
 **Yarn** をインストールする。\\ **Yarn** をインストールする。\\
-<WRAP prewrap 100%+<WRAP color_term
-<code powershell+<WRAP color_command><html><pre
-$ scoop install yarn +<b class=GRN>$</b> <b class=HIY>scoop</b> install yarn 
-</code> +</pre></html></WRAP> 
-</WRAP> +<WRAP color_result><html><pre
-<WRAP prewrap 100% #result_long> +Installing 'yarn' (1.22.19) [64bit] 
-<code powershell+yarn-v1.22.19.tar.gz (1.MB) [===============================================================================] 100% 
-Installing 'yarn' (1.22.4) [64bit] +Checking hash of <b class=CYN>yarn-v1.22.19.tar.gz</b> ... <b class=GRN>ok.</b> 
-yarn-1.22.4.msi (1.MB) [====================================================================================] 100% +Extracting <b class=CYN>yarn-v1.22.19.tar.gz</b> ... <b class=GRN>done.</b> 
-Checking hash of yarn-1.22.4.msi ... ok. +Linking ~\scoop\apps\yarn\current => ~\scoop\apps\yarn\1.22.19
-Extracting yarn-1.22.4.msi ... done. +
-Linking ~\scoop\apps\yarn\current => ~\scoop\apps\yarn\1.22.4+
 Persisting cache Persisting cache
-Persisting mirror 
 Persisting global Persisting global
-Running post-install script... +Persisting mirror 
-yarn config v1.22.4 +Running post_install script... 
-success Set "cache-folder" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\cache"+yarn config v1.22.19 
-Done in 0.68s+<b class=GRN>success</b> Set "cache-folder" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\cache"
-yarn config v1.22.4 +Done in 0.17s
-success Set "yarn-offline-mirror" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\mirror"+yarn config v1.22.19 
-Done in 0.79s+<b class=GRN>success</b> Set "yarn-offline-mirror" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\mirror"
-yarn config v1.22.4 +Done in 0.13s
-success Set "global-folder" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\global"+yarn config v1.22.19 
-Done in 0.70s+<b class=GRN>success</b> Set "global-folder" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\global"
-yarn config v1.22.4 +Done in 0.13s
-success Set "prefix" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\global"+yarn config v1.22.19 
-Done in 0.65s+<b class=GRN>success</b> Set "prefix" to "C:\\Users\\tomoyan\\scoop\\apps\\yarn\\current\\global"
-'yarn' (1.22.4) was installed successfully! +Done in 0.12s
-'yarn' suggests installing 'nodejs' or 'nodejs-lts' or 'nvm' or 'nvs'+<b class=GRN>'yarn' (1.22.19) was installed successfully!</b> 
-</code>+</pre></html></WRAP>
 </WRAP> </WRAP>
  
 **Yarn** のバージョン確認。\\ **Yarn** のバージョン確認。\\
-<WRAP prewrap 100%+<WRAP color_term
-<code powershell+<WRAP color_command><html><pre
-$ yarn --version +<b class=GRN>$</b> <b class=HIY>yarn</b> <b class=HIK>--version</b
-</code+</pre></html></WRAP> 
-</WRAP> +<WRAP color_result><html><pre
-<WRAP prewrap 100% #result> +1.22.19 
-<code powershell+</pre></html></WRAP>
-1.22.4 +
-</code>+
 </WRAP> </WRAP>
  
 ==== もしも、Node.js がインストールされていないと... ==== ==== もしも、Node.js がインストールされていないと... ====
 **Yarn** のインストールで **node** コマンドが実行されない。\\ **Yarn** のインストールで **node** コマンドが実行されない。\\
-<WRAP prewrap 100%+<WRAP color_term
-<code powershell+<WRAP color_command><html><pre
-$ scoop install yarn +<b class=GRN>$</b> <b class=HIY>scoop</b> install yarn 
-</code> +</pre></html></WRAP> 
-</WRAP> +<WRAP color_result><html><pre>
-<WRAP prewrap 100% #result_long> +
-<code powershell>+
 Installing 'yarn' (1.22.4) [64bit] Installing 'yarn' (1.22.4) [64bit]
 yarn-1.22.4.msi (1.6 MB) [====================================================================================] 100% yarn-1.22.4.msi (1.6 MB) [====================================================================================] 100%
-Checking hash of yarn-1.22.4.msi ... ok. +Checking hash of <b class=CYN>yarn-1.22.4.msi</b> ... <b class=GRN>ok.</b> 
-Extracting yarn-1.22.4.msi ... done.+Extracting <b class=CYN>yarn-1.22.4.msi</b> ... <b class=GRN>done.</b>
 Linking ~\scoop\apps\yarn\current => ~\scoop\apps\yarn\1.22.4 Linking ~\scoop\apps\yarn\current => ~\scoop\apps\yarn\1.22.4
 Persisting cache Persisting cache
行 162: 行 218:
 'yarn' (1.22.4) was installed successfully! 'yarn' (1.22.4) was installed successfully!
 'yarn' suggests installing 'nodejs' or 'nodejs-lts' or 'nvm' or 'nvs'. 'yarn' suggests installing 'nodejs' or 'nodejs-lts' or 'nvm' or 'nvs'.
-</code>+</pre></html></WRAP>
 </WRAP> </WRAP>
  
行 207: 行 263:
 [[https://classic.yarnpkg.com/en/docs/migrating-from-npm|Migrating from npm | Yarn]] より\\ [[https://classic.yarnpkg.com/en/docs/migrating-from-npm|Migrating from npm | Yarn]] より\\
 [[https://qiita.com/morrr/items/558bf64cd619ebdacd3d|yarnチートシート - Qiita]] より\\ [[https://qiita.com/morrr/items/558bf64cd619ebdacd3d|yarnチートシート - Qiita]] より\\
 +
 +===== Yarn による React アプリ開発 =====
 +
 +==== creat-react-app のインストール ====
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>yarn</b> global add create-react-app
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +yarn global v1.22.19
 +<b class=HIK>[1/4]</b> Resolving packages...
 +<b class=YEL>warning</b> create-react-app > tar-pack > tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
 +<b class=HIK>[2/4]</b> Fetching packages...
 +<b class=HIK>[3/4]</b> Linking dependencies...
 +<b class=HIK>[4/4]</b> Building fresh packages...
 +<b class=GRN>success</b> Installed "create-react-app@5.0.1" with binaries:
 +      - create-react-app
 +Done in 11.09s.
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>npx</b> create-react-app haruoworld
 +</pre></html></WRAP>
 +<WRAP color_result_long><html><pre>
 +
 +Creating a new React app in C:\Users\tomoyan\haruoworld.
 +
 +Installing packages. This might take a couple of minutes.
 +Installing <b class=HIB>react</b>, <b class=HIB>react-dom</b>, and <b class=HIB>react-scripts</b> with <b class=HIB>cra-template</b>...
 +
 +
 +> core-js@3.23.5 postinstall C:\Users\tomoyan\haruoworld\node_modules\core-js
 +> node -e "try{require('./postinstall')}catch(e){}"
 +
 +
 +> core-js-pure@3.23.5 postinstall C:\Users\tomoyan\haruoworld\node_modules\core-js-pure
 +> node -e "try{require('./postinstall')}catch(e){}"
 +
 ++ cra-template@1.2.0
 ++ react@18.2.0
 ++ react-scripts@5.0.1
 ++ react-dom@18.2.0
 +added 1403 packages from 621 contributors in 470.196s
 +
 +203 packages are looking for funding
 +  run `npm fund` for details
 +
 +
 +Initialized a git repository.
 +
 +Installing template dependencies using npm...
 +npm <b class=BYEL>WARN</b> <b class=MAG>deprecated</b> source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
 +npm <b class=BYEL>WARN</b> @apideck/better-ajv-errors@0.3.6 requires a peer of ajv@>=8 but none is installed. You must install peer dependencies yourself.
 +npm <b class=BYEL>WARN</b> fork-ts-checker-webpack-plugin@6.5.2 requires a peer of typescript@>= 2.7 but none is installed. You must install peer dependencies yourself.
 +npm <b class=BYEL>WARN</b> tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
 +npm <b class=BYEL>WARN</b> <b class=MAG>optional</b> SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules\fsevents):
 +npm <b class=BYEL>WARN</b> <b class=MAG>notsup</b> SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
 +
 ++ web-vitals@2.1.4
 ++ @testing-library/user-event@13.5.0
 ++ @testing-library/jest-dom@5.16.4
 ++ @testing-library/react@13.3.0
 +added 52 packages from 109 contributors in 41.81s
 +
 +203 packages are looking for funding
 +  run `npm fund` for details
 +
 +Removing template package using npm...
 +
 +npm <b class=BYEL>WARN</b> @apideck/better-ajv-errors@0.3.6 requires a peer of ajv@>=8 but none is installed. You must install peer dependencies yourself.
 +npm <b class=BYEL>WARN</b> fork-ts-checker-webpack-plugin@6.5.2 requires a peer of typescript@>= 2.7 but none is installed. You must install peer dependencies yourself.
 +npm <b class=BYEL>WARN</b> tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
 +npm <b class=BYEL>WARN</b> <b class=MAG>optional</b> SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules\fsevents):
 +npm <b class=BYEL>WARN</b> <b class=MAG>notsup</b> SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
 +
 +removed 1 package and audited 1455 packages in 19.97s
 +
 +203 packages are looking for funding
 +  run `npm fund` for details
 +
 +found 1 <b class=HIR>high</b> severity vulnerability
 +  run `npm audit fix` to fix them, or `npm audit` for details
 +Git commit not created Error: Command failed: git commit -m "Initialize project using Create React App"
 +    <b class=HIK>at checkExecSyncError (child_process.js:760:11)
 +    at execSync (child_process.js:833:15)</b>
 +    at tryGitCommit (C:\Users\tomoyan\haruoworld\node_modules\react-scripts\scripts\init.js:62:5)
 +    at module.exports (C:\Users\tomoyan\haruoworld\node_modules\react-scripts\scripts\init.js:350:25)
 +    at [eval]:3:14
 +    <b class=HIK>at Script.runInThisContext (vm.js:134:12)
 +    at Object.runInThisContext (vm.js:310:38)
 +    at internal/process/execution.js:81:19</b>
 +    at [eval]-wrapper:6:22
 +    <b class=HIK>at evalScript (internal/process/execution.js:80:60)</b> {
 +  status: <b class=YEL>128</b>,
 +  signal: null,
 +  output: [ null, null, null ],
 +  pid: <b class=YEL>18120</b>,
 +  stdout: null,
 +  stderr: null
 +}
 +Removing .git directory...
 +
 +Success! Created haruoworld at C:\Users\tomoyan\haruoworld
 +Inside that directory, you can run several commands:
 +
 +  <b class=HIB>npm start</b>
 +    Starts the development server.
 +
 +  <b class=HIB>npm run build</b>
 +    Bundles the app into static files for production.
 +
 +  <b class=HIB>npm test</b>
 +    Starts the test runner.
 +
 +  <b class=HIB>npm run eject</b>
 +    Removes this tool and copies build dependencies, configuration files
 +    and scripts into the app directory. If you do this, you can’t go back!
 +
 +We suggest that you begin by typing:
 +
 +  <b class=HIB>cd</b> haruoworld
 +  <b class=HIB>npm</b> start
 +
 +Happy hacking!
 +</pre></html></WRAP>
 +</WRAP>
  
 ===== Yarn による Vue.js アプリ開発 ===== ===== Yarn による Vue.js アプリ開発 =====
  
 ==== vue-cli のインストール ==== ==== vue-cli のインストール ====
 +**Vue.js** 環境のディレクトリを作成する。\\
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ mkdir vuejs_env && cd vuejs_env
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +
 +    Directory: C:\Users\tomoyan
 +
 +Mode                 LastWriteTime         Length Name
 +----                 -------------         ------ ----
 +d----          2020/11/27    20:45                vuejs_env
 +</code>
 +</WRAP>
 +
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
行 218: 行 419:
 <WRAP prewrap 100% #result_long> <WRAP prewrap 100% #result_long>
 <code powershell> <code powershell>
-yarn add v1.22.4+yarn add v1.22.5
 info No lockfile found. info No lockfile found.
 [1/4] Resolving packages... [1/4] Resolving packages...
 +warning @vue/cli > @vue/cli-shared-utils > @hapi/joi@15.1.1: Switch to 'npm install joi'
 warning @vue/cli > @vue/cli-shared-utils > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning @vue/cli > @vue/cli-shared-utils > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
 +warning @vue/cli > @vue/cli-shared-utils > request > har-validator@5.1.5: this library is no longer supported
 +warning @vue/cli > @vue/cli-shared-utils > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
 +warning @vue/cli > @vue/cli-shared-utils > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
 +warning @vue/cli > @vue/cli-shared-utils > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
 +warning @vue/cli > @vue/cli-shared-utils > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
 +warning @vue/cli > @vue/cli-shared-utils > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
 warning @vue/cli > @vue/cli-ui > vue-cli-plugin-apollo > nodemon > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. warning @vue/cli > @vue/cli-ui > vue-cli-plugin-apollo > nodemon > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
 warning @vue/cli > @vue/cli-ui > vue-cli-plugin-apollo > nodemon > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. warning @vue/cli > @vue/cli-ui > vue-cli-plugin-apollo > nodemon > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
-warning @vue/cli > jscodeshift > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated +warning @vue/cli > globby > fast-glob > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 
-warning @vue/cli > jscodeshift > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated+warning @vue/cli > globby > fast-glob > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
 [2/4] Fetching packages... [2/4] Fetching packages...
 info fsevents@1.2.13: The platform "win32" is incompatible with this module. info fsevents@1.2.13: The platform "win32" is incompatible with this module.
 info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation. info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
 [3/4] Linking dependencies... [3/4] Linking dependencies...
-warning "@vue/cli > jscodeshift@0.9.0" has unmet peer dependency "@babel/preset-env@^7.1.6". 
 [4/4] Building fresh packages... [4/4] Building fresh packages...
 success Saved lockfile. success Saved lockfile.
-success Saved 634 new dependencies.+success Saved 713 new dependencies.
 info Direct dependencies info Direct dependencies
-└─ @vue/cli@4.4.4+└─ @vue/cli@4.5.9
 info All dependencies info All dependencies
 ├─ @akryum/winattr@3.0.0 ├─ @akryum/winattr@3.0.0
-├─ @apollo/federation@0.16.2 +├─ @apollo/protobufjs@1.0.
-├─ @apollo/protobufjs@1.0.4 +├─ @babel/compat-data@7.12.7 
-├─ @apollographql/graphql-language-service-interface@2.0.2 +├─ @babel/core@7.12.9 
-├─ @apollographql/graphql-language-service-parser@2.0.2 +├─ @babel/helper-builder-binary-assignment-operator-visitor@7.10.4 
-├─ @apollographql/graphql-language-service-utils@2.0.2 +├─ @babel/helper-compilation-targets@7.12.5 
-├─ @babel/core@7.10.2 +├─ @babel/helper-define-map@7.10.5 
-├─ @babel/helper-get-function-arity@7.10.1 +├─ @babel/helper-explode-assignable-expression@7.12.1 
-├─ @babel/helper-module-imports@7.10.1 +├─ @babel/helper-get-function-arity@7.10.4 
-├─ @babel/helpers@7.10.1 +├─ @babel/helper-hoist-variables@7.10.
-├─ @babel/highlight@7.10.1 +├─ @babel/helper-wrap-function@7.12.3 
-├─ @babel/parser@7.10.2 +├─ @babel/helpers@7.12.5 
-├─ @babel/plugin-proposal-class-properties@7.10.1 +├─ @babel/highlight@7.10.4 
-├─ @babel/plugin-proposal-nullish-coalescing-operator@7.10.1 +├─ @babel/parser@7.12.
-├─ @babel/plugin-proposal-optional-chaining@7.10.1 +├─ @babel/plugin-proposal-async-generator-functions@7.12.1 
-├─ @babel/plugin-syntax-flow@7.10.1 +├─ @babel/plugin-proposal-class-properties@7.12.1 
-├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 +├─ @babel/plugin-proposal-dynamic-import@7.12.1 
-├─ @babel/plugin-syntax-optional-chaining@7.8.3 +├─ @babel/plugin-proposal-export-namespace-from@7.12.1 
-├─ @babel/plugin-syntax-typescript@7.10.1 +├─ @babel/plugin-proposal-json-strings@7.12.1 
-├─ @babel/plugin-transform-flow-strip-types@7.10.1 +├─ @babel/plugin-proposal-logical-assignment-operators@7.12.1 
-├─ @babel/plugin-transform-modules-commonjs@7.10.1 +├─ @babel/plugin-proposal-nullish-coalescing-operator@7.12.1 
-├─ @babel/plugin-transform-typescript@7.10.1 +├─ @babel/plugin-proposal-numeric-separator@7.12.7 
-├─ @babel/preset-flow@7.10.1 +├─ @babel/plugin-proposal-object-rest-spread@7.12.1 
-├─ @babel/preset-typescript@7.10.1 +├─ @babel/plugin-proposal-optional-catch-binding@7.12.1 
-├─ @babel/register@7.10.1 +├─ @babel/plugin-proposal-optional-chaining@7.12.7 
-├─ @babel/runtime@7.10.2 +├─ @babel/plugin-proposal-private-methods@7.12.1 
-├─ @endemolshinegroup/cosmiconfig-typescript-loader@1.0.1+├─ @babel/plugin-proposal-unicode-property-regex@7.12.1 
 +├─ @babel/plugin-syntax-class-properties@7.12.1 
 +├─ @babel/plugin-syntax-flow@7.12.1 
 +├─ @babel/plugin-syntax-top-level-await@7.12.1 
 +├─ @babel/plugin-syntax-typescript@7.12.1 
 +├─ @babel/plugin-transform-arrow-functions@7.12.1 
 +├─ @babel/plugin-transform-async-to-generator@7.12.1 
 +├─ @babel/plugin-transform-block-scoped-functions@7.12.1 
 +├─ @babel/plugin-transform-block-scoping@7.12.1 
 +├─ @babel/plugin-transform-classes@7.12.1 
 +├─ @babel/plugin-transform-computed-properties@7.12.1 
 +├─ @babel/plugin-transform-destructuring@7.12.1 
 +├─ @babel/plugin-transform-dotall-regex@7.12.1 
 +├─ @babel/plugin-transform-duplicate-keys@7.12.1 
 +├─ @babel/plugin-transform-exponentiation-operator@7.12.1 
 +├─ @babel/plugin-transform-flow-strip-types@7.12.1 
 +├─ @babel/plugin-transform-for-of@7.12.1 
 +├─ @babel/plugin-transform-function-name@7.12.1 
 +├─ @babel/plugin-transform-literals@7.12.1 
 +├─ @babel/plugin-transform-member-expression-literals@7.12.1 
 +├─ @babel/plugin-transform-modules-amd@7.12.1 
 +├─ @babel/plugin-transform-modules-commonjs@7.12.1 
 +├─ @babel/plugin-transform-modules-systemjs@7.12.1 
 +├─ @babel/plugin-transform-modules-umd@7.12.1 
 +├─ @babel/plugin-transform-named-capturing-groups-regex@7.12.1 
 +├─ @babel/plugin-transform-new-target@7.12.1 
 +├─ @babel/plugin-transform-object-super@7.12.1 
 +├─ @babel/plugin-transform-property-literals@7.12.1 
 +├─ @babel/plugin-transform-regenerator@7.12.1 
 +├─ @babel/plugin-transform-reserved-words@7.12.1 
 +├─ @babel/plugin-transform-shorthand-properties@7.12.1 
 +├─ @babel/plugin-transform-spread@7.12.1 
 +├─ @babel/plugin-transform-sticky-regex@7.12.7 
 +├─ @babel/plugin-transform-template-literals@7.12.1 
 +├─ @babel/plugin-transform-typeof-symbol@7.12.1 
 +├─ @babel/plugin-transform-typescript@7.12.1 
 +├─ @babel/plugin-transform-unicode-escapes@7.12.1 
 +├─ @babel/plugin-transform-unicode-regex@7.12.1 
 +├─ @babel/preset-env@7.12.7 
 +├─ @babel/preset-flow@7.12.1 
 +├─ @babel/preset-modules@0.1.4 
 +├─ @babel/preset-typescript@7.12.7 
 +├─ @babel/register@7.12.1 
 +├─ @babel/runtime@7.12.
 +├─ @babel/traverse@7.12.9 
 +├─ @endemolshinegroup/cosmiconfig-typescript-loader@1.0.2
 ├─ @hapi/address@2.1.4 ├─ @hapi/address@2.1.4
 ├─ @hapi/bourne@1.3.2 ├─ @hapi/bourne@1.3.2
行 270: 行 522:
 ├─ @hapi/topo@3.1.6 ├─ @hapi/topo@3.1.6
 ├─ @mrmlnc/readdir-enhanced@2.2.1 ├─ @mrmlnc/readdir-enhanced@2.2.1
-├─ @nodelib/fs.stat@1.1.3 +├─ @nodelib/fs.scandir@2.1.3 
-├─ @oclif/color@0.0.0 +├─ @nodelib/fs.stat@2.0.
-├─ @oclif/config@1.15.1+├─ @nodelib/fs.walk@1.2.4 
 +├─ @oclif/config@1.17.0
 ├─ @oclif/parser@3.8.5 ├─ @oclif/parser@3.8.5
 ├─ @oclif/plugin-autocomplete@0.2.0 ├─ @oclif/plugin-autocomplete@0.2.0
-├─ @oclif/plugin-help@3.1.0+├─ @oclif/plugin-help@3.2.0
 ├─ @oclif/plugin-not-found@1.2.4 ├─ @oclif/plugin-not-found@1.2.4
-├─ @oclif/plugin-plugins@1.7.9+├─ @oclif/plugin-plugins@1.9.1
 ├─ @oclif/plugin-warn-if-update-available@1.7.0 ├─ @oclif/plugin-warn-if-update-available@1.7.0
 ├─ @protobufjs/aspromise@1.1.2 ├─ @protobufjs/aspromise@1.1.2
行 288: 行 541:
 ├─ @protobufjs/pool@1.1.0 ├─ @protobufjs/pool@1.1.0
 ├─ @protobufjs/utf8@1.1.0 ├─ @protobufjs/utf8@1.1.0
-├─ @samverschueren/stream-to-observable@0.3.0+├─ @samverschueren/stream-to-observable@0.3.1
 ├─ @sindresorhus/is@0.7.0 ├─ @sindresorhus/is@0.7.0
 ├─ @types/accepts@1.3.5 ├─ @types/accepts@1.3.5
-├─ @types/color-name@1.1.1 
 ├─ @types/content-disposition@0.5.3 ├─ @types/content-disposition@0.5.3
-├─ @types/cookies@0.7.4 +├─ @types/cookies@0.7.5 
-├─ @types/cors@2.8.6+├─ @types/cors@2.8.
 +├─ @types/ejs@2.7.0
 ├─ @types/fs-capacitor@2.0.0 ├─ @types/fs-capacitor@2.0.0
-├─ @types/glob@7.1.2 +├─ @types/graphql-upload@8.0.4
-├─ @types/graphql-upload@8.0.3+
 ├─ @types/http-assert@1.5.1 ├─ @types/http-assert@1.5.1
 +├─ @types/http-errors@1.8.0
 +├─ @types/inquirer@6.5.0
 +├─ @types/jscodeshift@0.7.1
 ├─ @types/koa-compose@3.2.5 ├─ @types/koa-compose@3.2.5
 ├─ @types/long@4.0.1 ├─ @types/long@4.0.1
-├─ @types/mime@2.0.2+├─ @types/mime@2.0.3
 ├─ @types/minimatch@3.0.3 ├─ @types/minimatch@3.0.3
 ├─ @types/node-fetch@2.5.7 ├─ @types/node-fetch@2.5.7
 ├─ @types/normalize-package-data@2.4.0 ├─ @types/normalize-package-data@2.4.0
-├─ @types/range-parser@1.2.3 +├─ @types/through@0.0.30 
-├─ @types/ws@7.2.5 +├─ @types/ws@7.4.0 
-├─ @types/zen-observable@0.8.0 +├─ @types/zen-observable@0.8.1 
-├─ @vue/cli-ui-addon-webpack@4.4.4 +├─ @vue/cli-ui-addon-webpack@4.5.9 
-├─ @vue/cli-ui-addon-widgets@4.4.4 +├─ @vue/cli-ui-addon-widgets@4.5.9 
-├─ @vue/cli-ui@4.4.4 +├─ @vue/cli-ui@4.5.9 
-├─ @vue/cli@4.4.4+├─ @vue/cli@4.5.
 +├─ @vue/compiler-sfc@3.0.3 
 +├─ @vue/compiler-ssr@3.0.3 
 +├─ @vue/reactivity@3.0.3 
 +├─ @vue/runtime-core@3.0.3 
 +├─ @vue/runtime-dom@3.0.3
 ├─ @wry/context@0.4.4 ├─ @wry/context@0.4.4
 ├─ @wry/equality@0.1.11 ├─ @wry/equality@0.1.11
 ├─ abbrev@1.1.1 ├─ abbrev@1.1.1
 ├─ accepts@1.3.7 ├─ accepts@1.3.7
-├─ aggregate-error@3.0.1 +├─ aggregate-error@3.1.0 
-├─ ajv@6.12.2+├─ ajv@6.12.6
 ├─ ansi-align@3.0.0 ├─ ansi-align@3.0.0
 ├─ ansi-escapes@3.2.0 ├─ ansi-escapes@3.2.0
行 323: 行 583:
 ├─ any-observable@0.3.0 ├─ any-observable@0.3.0
 ├─ anymatch@2.0.0 ├─ anymatch@2.0.0
-├─ apollo-cache-control@0.11.0+├─ apollo-cache-control@0.11.4
 ├─ apollo-cache-inmemory@1.6.6 ├─ apollo-cache-inmemory@1.6.6
 ├─ apollo-cache@1.3.5 ├─ apollo-cache@1.3.5
 ├─ apollo-client@2.6.10 ├─ apollo-client@2.6.10
-├─ apollo-codegen-flow@0.35.3 +├─ apollo-codegen-flow@0.36.1 
-├─ apollo-codegen-scala@0.36.3 +├─ apollo-codegen-scala@0.37.1 
-├─ apollo-codegen-swift@0.37.3 +├─ apollo-codegen-swift@0.38.1 
-├─ apollo-codegen-typescript@0.37.3 +├─ apollo-codegen-typescript@0.38.1 
-├─ apollo-datasource@0.7.+├─ apollo-datasource@0.7.2
-├─ apollo-engine-reporting@2.0.1+
 ├─ apollo-link-context@1.0.20 ├─ apollo-link-context@1.0.20
 ├─ apollo-link-error@1.1.13 ├─ apollo-link-error@1.1.13
行 339: 行 598:
 ├─ apollo-link-state@0.4.2 ├─ apollo-link-state@0.4.2
 ├─ apollo-link-ws@1.0.20 ├─ apollo-link-ws@1.0.20
-├─ apollo-server-core@2.14.4 +├─ apollo-server-core@2.19.0 
-├─ apollo-server-errors@2.4.1 +├─ apollo-server-errors@2.4.2 
-├─ apollo-server-express@2.14.4 +├─ apollo-server-express@2.19.0 
-├─ apollo-tracing@0.11.0+├─ apollo-tracing@0.12.0
 ├─ apollo-upload-client@11.0.0 ├─ apollo-upload-client@11.0.0
-├─ apollo@2.28.3+├─ apollo@2.31.1
 ├─ archive-type@4.0.0 ├─ archive-type@4.0.0
 ├─ arg@4.1.3 ├─ arg@4.1.3
行 350: 行 609:
 ├─ arr-flatten@1.1.0 ├─ arr-flatten@1.1.0
 ├─ array-flatten@1.1.1 ├─ array-flatten@1.1.1
-├─ array-union@1.0.2 
 ├─ array-uniq@1.0.3 ├─ array-uniq@1.0.3
 ├─ asn1@0.2.4 ├─ asn1@0.2.4
行 358: 行 616:
 ├─ async-retry@1.3.1 ├─ async-retry@1.3.1
 ├─ async@2.6.3 ├─ async@2.6.3
 +├─ at-least-node@1.0.0
 ├─ atob@2.1.2 ├─ atob@2.1.2
 ├─ await-to-js@2.1.1 ├─ await-to-js@2.1.1
 ├─ aws-sign2@0.7.0 ├─ aws-sign2@0.7.0
-├─ aws4@1.10.0+├─ aws4@1.11.0
 ├─ babel-core@7.0.0-bridge.0 ├─ babel-core@7.0.0-bridge.0
-├─ babel-plugin-dynamic-import-node@2.3.3 
 ├─ backo2@1.0.2 ├─ backo2@1.0.2
 ├─ balanced-match@1.0.0 ├─ balanced-match@1.0.0
 ├─ base@0.11.2 ├─ base@0.11.2
-├─ base64-js@1.3.1+├─ base64-js@1.5.1
 ├─ bcrypt-pbkdf@1.0.2 ├─ bcrypt-pbkdf@1.0.2
 +├─ big.js@5.2.2
 ├─ binary-extensions@1.13.1 ├─ binary-extensions@1.13.1
-├─ bl@1.2.2+├─ bl@1.2.3 
 +├─ bluebird@3.7.2
 ├─ body-parser@1.19.0 ├─ body-parser@1.19.0
 ├─ boxen@4.2.0 ├─ boxen@4.2.0
 ├─ brace-expansion@1.1.11 ├─ brace-expansion@1.1.11
 ├─ braces@2.3.2 ├─ braces@2.3.2
 +├─ browserslist@4.14.7
 ├─ buffer-alloc-unsafe@1.1.0 ├─ buffer-alloc-unsafe@1.1.0
 ├─ buffer-alloc@1.2.0 ├─ buffer-alloc@1.2.0
 ├─ buffer-crc32@0.2.13 ├─ buffer-crc32@0.2.13
 ├─ buffer-fill@1.0.0 ├─ buffer-fill@1.0.0
-├─ buffer@5.6.0+├─ buffer@5.7.1
 ├─ builtins@1.0.3 ├─ builtins@1.0.3
 ├─ busboy@0.3.1 ├─ busboy@0.3.1
行 389: 行 650:
 ├─ caller-path@2.0.0 ├─ caller-path@2.0.0
 ├─ callsites@2.0.0 ├─ callsites@2.0.0
 +├─ camel-case@4.1.1
 ├─ camelcase@5.3.1 ├─ camelcase@5.3.1
 +├─ caniuse-lite@1.0.30001161
 ├─ capture-stack-trace@1.0.1 ├─ capture-stack-trace@1.0.1
 ├─ caseless@0.12.0 ├─ caseless@0.12.0
 ├─ caw@2.0.1 ├─ caw@2.0.1
 ├─ chardet@0.7.0 ├─ chardet@0.7.0
-├─ cheerio@1.0.0-rc.3 
 ├─ chokidar@2.1.8 ├─ chokidar@2.1.8
 ├─ ci-info@1.6.0 ├─ ci-info@1.6.0
 ├─ class-utils@0.3.6 ├─ class-utils@0.3.6
-├─ cli-boxes@2.2.0+├─ cli-boxes@2.2.1
 ├─ cli-cursor@2.1.0 ├─ cli-cursor@2.1.0
-├─ cli-progress@3.8.2 +├─ cli-spinners@2.5.0
-├─ cli-spinners@2.3.0+
 ├─ cli-truncate@0.2.1 ├─ cli-truncate@0.2.1
-├─ cli-width@2.2.1+├─ cli-width@3.0.0
 ├─ clipboard@2.0.6 ├─ clipboard@2.0.6
 +├─ cliui@6.0.0
 ├─ clone-response@1.0.2 ├─ clone-response@1.0.2
 ├─ clone@2.1.2 ├─ clone@2.1.2
行 410: 行 672:
 ├─ code-point-at@1.1.0 ├─ code-point-at@1.1.0
 ├─ collection-visit@1.0.0 ├─ collection-visit@1.0.0
-├─ color-convert@1.9.3 +├─ color-convert@2.0.1 
-├─ color-name@1.1.3+├─ color-name@1.1.
 +├─ colorette@1.2.1
 ├─ combined-stream@1.0.8 ├─ combined-stream@1.0.8
 ├─ commander@2.20.3 ├─ commander@2.20.3
行 417: 行 680:
 ├─ concat-map@0.0.1 ├─ concat-map@0.0.1
 ├─ config-chain@1.1.12 ├─ config-chain@1.1.12
-├─ configstore@3.1.2 +├─ configstore@3.1.
-├─ constant-case@2.0.0+├─ consolidate@0.16.0 
 +├─ constant-case@3.0.3
 ├─ content-disposition@0.5.3 ├─ content-disposition@0.5.3
 ├─ content-type@1.0.4 ├─ content-type@1.0.4
行 425: 行 689:
 ├─ cookie@0.4.0 ├─ cookie@0.4.0
 ├─ copy-descriptor@0.1.1 ├─ copy-descriptor@0.1.1
-├─ core-js@3.6.5+├─ core-js-compat@3.8.
 +├─ core-js@3.8.0
 ├─ core-util-is@1.0.2 ├─ core-util-is@1.0.2
 ├─ cors@2.8.5 ├─ cors@2.8.5
行 431: 行 696:
 ├─ create-error-class@3.0.2 ├─ create-error-class@3.0.2
 ├─ crypto-random-string@1.0.0 ├─ crypto-random-string@1.0.0
-├─ css-select@1.2.0 +├─ cssesc@3.0.0
-├─ css-what@2.1.3+
 ├─ cssfilter@0.0.10 ├─ cssfilter@0.0.10
 +├─ csstype@2.6.14
 ├─ csv-parser@1.12.1 ├─ csv-parser@1.12.1
 ├─ dashdash@1.14.1 ├─ dashdash@1.14.1
 ├─ date-fns@1.30.1 ├─ date-fns@1.30.1
-├─ de-indent@1.0.2 
 ├─ decompress-response@3.3.0 ├─ decompress-response@3.3.0
 ├─ decompress-tar@4.1.1 ├─ decompress-tar@4.1.1
行 451: 行 715:
 ├─ deprecated-decorator@0.1.6 ├─ deprecated-decorator@0.1.6
 ├─ destroy@1.0.4 ├─ destroy@1.0.4
-├─ detect-indent@6.0.0 
 ├─ dicer@0.3.0 ├─ dicer@0.3.0
 ├─ diff@4.0.2 ├─ diff@4.0.2
-├─ dir-glob@2.2.2 +├─ dot-prop@4.2.1
-├─ domhandler@2.4.2 +
-├─ domutils@1.5.1 +
-├─ dot-case@2.1.1 +
-├─ dot-prop@4.2.0+
 ├─ dotenv@8.2.0 ├─ dotenv@8.2.0
 ├─ download-git-repo@3.0.2 ├─ download-git-repo@3.0.2
 ├─ download@7.1.0 ├─ download@7.1.0
-├─ easy-stack@1.0.0+├─ easy-stack@1.0.1
 ├─ ecc-jsbn@0.1.2 ├─ ecc-jsbn@0.1.2
 ├─ ee-first@1.1.1 ├─ ee-first@1.1.1
 ├─ ejs@2.7.4 ├─ ejs@2.7.4
 +├─ electron-to-chromium@1.3.609
 ├─ elegant-spinner@1.0.1 ├─ elegant-spinner@1.0.1
-├─ emoji-regex@7.0.3+├─ emoji-regex@8.0.
 +├─ emojis-list@3.0.0
 ├─ end-of-stream@1.4.4 ├─ end-of-stream@1.4.4
 +├─ entities@2.1.0
 ├─ env-ci@3.2.2 ├─ env-ci@3.2.2
-├─ envinfo@7.5.1 +├─ envinfo@7.7.3 
-├─ es-to-primitive@1.2.1+├─ es-abstract@1.17.7 
 +├─ escalade@3.1.1
 ├─ esm@3.2.25 ├─ esm@3.2.25
 +├─ esutils@2.0.3
 ├─ event-pubsub@4.3.0 ├─ event-pubsub@4.3.0
 ├─ eventemitter3@3.1.2 ├─ eventemitter3@3.1.2
行 487: 行 751:
 ├─ extsprintf@1.3.0 ├─ extsprintf@1.3.0
 ├─ fast-deep-equal@3.1.3 ├─ fast-deep-equal@3.1.3
-├─ fast-glob@2.2.7+├─ fast-glob@3.2.4
 ├─ fast-levenshtein@2.0.6 ├─ fast-levenshtein@2.0.6
 +├─ fastq@1.9.0
 ├─ fd-slicer@1.1.0 ├─ fd-slicer@1.1.0
 ├─ figures@3.2.0 ├─ figures@3.2.0
行 496: 行 761:
 ├─ finalhandler@1.1.2 ├─ finalhandler@1.1.2
 ├─ find-cache-dir@2.1.0 ├─ find-cache-dir@2.1.0
-├─ find-up@3.0.0+├─ find-up@4.1.0
 ├─ fkill@6.2.0 ├─ fkill@6.2.0
-├─ flow-parser@0.127.0+├─ flow-parser@0.138.0
 ├─ for-in@1.0.2 ├─ for-in@1.0.2
 ├─ forever-agent@0.6.1 ├─ forever-agent@0.6.1
行 510: 行 775:
 ├─ generate-function@1.1.0 ├─ generate-function@1.1.0
 ├─ generate-object-property@1.2.0 ├─ generate-object-property@1.2.0
-├─ gensync@1.0.0-beta.1+├─ generic-names@2.0.1 
 +├─ gensync@1.0.0-beta.2 
 +├─ get-caller-file@2.0.5 
 +├─ get-intrinsic@1.0.1
 ├─ get-proxy@2.1.0 ├─ get-proxy@2.1.0
 ├─ get-value@2.0.6 ├─ get-value@2.0.6
行 517: 行 785:
 ├─ git-config-path@1.0.1 ├─ git-config-path@1.0.1
 ├─ git-parse@1.0.4 ├─ git-parse@1.0.4
-├─ git-rev-sync@2.0.0 +├─ git-rev-sync@2.1.0 
-├─ git-up@4.0.1 +├─ git-up@4.0.2 
-├─ git-url-parse@11.1.2+├─ git-url-parse@11.4.0
 ├─ glob-to-regexp@0.3.0 ├─ glob-to-regexp@0.3.0
 ├─ glob@7.1.6 ├─ glob@7.1.6
-├─ globals@11.12.0 
 ├─ globule@1.3.2 ├─ globule@1.3.2
 ├─ good-listener@1.2.2 ├─ good-listener@1.2.2
 ├─ got@8.3.2 ├─ got@8.3.2
-├─ graceful-readlink@1.0.1 
 ├─ graphql-anywhere@4.2.7 ├─ graphql-anywhere@4.2.7
-├─ graphql-extensions@0.12.3+├─ graphql-extensions@0.12.6
 ├─ graphql-type-json@0.3.2 ├─ graphql-type-json@0.3.2
 ├─ graphql-upload@8.1.0 ├─ graphql-upload@8.1.0
 +├─ graphql@14.7.0
 ├─ growly@1.3.0 ├─ growly@1.3.0
 ├─ har-schema@2.0.0 ├─ har-schema@2.0.0
-├─ har-validator@5.1.3+├─ har-validator@5.1.5
 ├─ has-ansi@2.0.0 ├─ has-ansi@2.0.0
-├─ has-flag@3.0.0 
 ├─ has-symbol-support-x@1.4.2 ├─ has-symbol-support-x@1.4.2
 ├─ has-to-string-tag-x@1.4.1 ├─ has-to-string-tag-x@1.4.1
 ├─ has-value@1.0.0 ├─ has-value@1.0.0
-├─ has@1.0.3+├─ hash-sum@2.0.0
 ├─ hash.js@1.1.7 ├─ hash.js@1.1.7
-├─ he@1.2.0 +├─ header-case@2.0.3
-├─ header-case@1.0.1+
 ├─ homedir-polyfill@1.0.3 ├─ homedir-polyfill@1.0.3
 ├─ hosted-git-info@2.8.8 ├─ hosted-git-info@2.8.8
-├─ htmlparser2@3.10.1 
 ├─ http-cache-semantics@3.8.1 ├─ http-cache-semantics@3.8.1
 ├─ http-signature@1.2.0 ├─ http-signature@1.2.0
 ├─ human-signals@1.1.1 ├─ human-signals@1.1.1
-├─ ieee754@1.1.13+├─ icss-replace-symbols@1.1.
 +├─ icss-utils@4.1.1 
 +├─ ieee754@1.2.1
 ├─ ignore-by-default@1.0.1 ├─ ignore-by-default@1.0.1
-├─ ignore@4.0.6+├─ ignore@5.1.8
 ├─ import-fresh@2.0.0 ├─ import-fresh@2.0.0
 ├─ import-global@0.1.0 ├─ import-global@0.1.0
 ├─ import-lazy@2.1.0 ├─ import-lazy@2.1.0
 ├─ imurmurhash@0.1.4 ├─ imurmurhash@0.1.4
 +├─ indexes-of@1.0.1
 ├─ ini@1.3.5 ├─ ini@1.3.5
-├─ inquirer@7.1.0+├─ inquirer@7.3.3
 ├─ interpret@1.4.0 ├─ interpret@1.4.0
 ├─ into-stream@3.1.0 ├─ into-stream@3.1.0
行 564: 行 831:
 ├─ is-arrayish@0.2.1 ├─ is-arrayish@0.2.1
 ├─ is-binary-path@1.0.1 ├─ is-binary-path@1.0.1
-├─ is-callable@1.2.0+├─ is-callable@1.2.2
 ├─ is-ci@1.2.1 ├─ is-ci@1.2.1
 +├─ is-core-module@2.2.0
 ├─ is-data-descriptor@1.0.0 ├─ is-data-descriptor@1.0.0
 ├─ is-date-object@1.0.2 ├─ is-date-object@1.0.2
 ├─ is-descriptor@1.0.2 ├─ is-descriptor@1.0.2
 ├─ is-directory@0.3.1 ├─ is-directory@0.3.1
-├─ is-docker@2.0.0+├─ is-docker@2.1.1
 ├─ is-extglob@2.1.1 ├─ is-extglob@2.1.1
 ├─ is-installed-globally@0.1.0 ├─ is-installed-globally@0.1.0
-├─ is-lower-case@1.1.3 
 ├─ is-natural-number@4.0.1 ├─ is-natural-number@4.0.1
 +├─ is-negative-zero@2.0.0
 ├─ is-npm@1.0.0 ├─ is-npm@1.0.0
 ├─ is-obj@1.0.1 ├─ is-obj@1.0.1
行 583: 行 851:
 ├─ is-property@1.0.2 ├─ is-property@1.0.2
 ├─ is-redirect@1.0.0 ├─ is-redirect@1.0.0
-├─ is-regex@1.1.0 
 ├─ is-retry-allowed@1.2.0 ├─ is-retry-allowed@1.2.0
 ├─ is-stream@1.1.0 ├─ is-stream@1.1.0
 ├─ is-symbol@1.0.3 ├─ is-symbol@1.0.3
 ├─ is-typedarray@1.0.0 ├─ is-typedarray@1.0.0
-├─ is-upper-case@1.1.2 
 ├─ is-windows@1.0.2 ├─ is-windows@1.0.2
 ├─ isarray@1.0.0 ├─ isarray@1.0.0
行 595: 行 861:
 ├─ iterall@1.3.0 ├─ iterall@1.3.0
 ├─ java-properties@1.0.2 ├─ java-properties@1.0.2
-├─ js-message@1.0.5 +├─ js-message@1.0.7 
-├─ js-queue@2.0.0+├─ js-queue@2.0.2
 ├─ js-tokens@4.0.0 ├─ js-tokens@4.0.0
-├─ jscodeshift@0.9.0 +├─ jscodeshift@0.10.0
-├─ jsesc@2.5.2+
 ├─ json-buffer@3.0.0 ├─ json-buffer@3.0.0
 +├─ json-parse-better-errors@1.0.2
 +├─ json-parse-even-better-errors@2.3.1
 ├─ json-schema-traverse@0.4.1 ├─ json-schema-traverse@0.4.1
 ├─ json-schema@0.2.3 ├─ json-schema@0.2.3
行 617: 行 884:
 ├─ listr@0.14.3 ├─ listr@0.14.3
 ├─ load-json-file@5.3.0 ├─ load-json-file@5.3.0
-├─ locate-path@3.0.0+├─ loader-utils@1.4.0 
 +├─ locate-path@5.0.0 
 +├─ lodash.camelcase@4.3.0
 ├─ lodash.clonedeep@4.5.0 ├─ lodash.clonedeep@4.5.0
 ├─ lodash.debounce@4.0.8 ├─ lodash.debounce@4.0.8
行 626: 行 895:
 ├─ lodash.templatesettings@4.2.0 ├─ lodash.templatesettings@4.2.0
 ├─ lodash.xorby@4.7.0 ├─ lodash.xorby@4.7.0
-├─ lodash@4.17.15+├─ lodash@4.17.20
 ├─ log-symbols@2.2.0 ├─ log-symbols@2.2.0
 ├─ log-update@2.3.0 ├─ log-update@2.3.0
-├─ loglevel@1.6.8+├─ loglevel@1.7.1
 ├─ long@4.0.0 ├─ long@4.0.0
 ├─ lowdb@1.0.0 ├─ lowdb@1.0.0
-├─ lower-case-first@1.0.2 +├─ lower-case@2.0.1 
-├─ lru-cache@5.1.1+├─ magic-string@0.25.7
 ├─ make-error@1.3.6 ├─ make-error@1.3.6
 ├─ map-visit@1.0.0 ├─ map-visit@1.0.0
 ├─ media-typer@0.3.0 ├─ media-typer@0.3.0
 ├─ merge-descriptors@1.0.1 ├─ merge-descriptors@1.0.1
 +├─ merge-source-map@1.1.0
 ├─ merge-stream@2.0.0 ├─ merge-stream@2.0.0
 ├─ merge@1.2.1 ├─ merge@1.2.1
-├─ merge2@1.4.1 
 ├─ methods@1.1.2 ├─ methods@1.1.2
 ├─ mime-db@1.44.0 ├─ mime-db@1.44.0
行 649: 行 918:
 ├─ mixin-deep@1.3.2 ├─ mixin-deep@1.3.2
 ├─ mkdirp@0.5.5 ├─ mkdirp@0.5.5
 +├─ ms@2.1.2
 ├─ mute-stream@0.0.8 ├─ mute-stream@0.0.8
 ├─ nanoid@2.1.11 ├─ nanoid@2.1.11
 ├─ nanomatch@1.2.13 ├─ nanomatch@1.2.13
-├─ natural-orderby@2.0.3 
 ├─ ndjson@1.5.0 ├─ ndjson@1.5.0
 ├─ neat-csv@2.1.0 ├─ neat-csv@2.1.0
 ├─ negotiator@0.6.2 ├─ negotiator@0.6.2
-├─ neo-async@2.6.1+├─ neo-async@2.6.2
 ├─ nice-try@1.0.5 ├─ nice-try@1.0.5
 ├─ node-dir@0.1.17 ├─ node-dir@0.1.17
-├─ node-fetch@2.6.0+├─ node-fetch@2.6.1
 ├─ node-modules-regexp@1.0.0 ├─ node-modules-regexp@1.0.0
 ├─ node-notifier@6.0.0 ├─ node-notifier@6.0.0
 +├─ node-releases@1.1.67
 ├─ nodemon@1.19.4 ├─ nodemon@1.19.4
 ├─ nopt@1.0.10 ├─ nopt@1.0.10
行 668: 行 938:
 ├─ normalize-url@2.0.1 ├─ normalize-url@2.0.1
 ├─ npm-conf@1.1.3 ├─ npm-conf@1.1.3
-├─ nth-check@1.0.2 
 ├─ number-is-nan@1.0.1 ├─ number-is-nan@1.0.1
 ├─ oauth-sign@0.9.0 ├─ oauth-sign@0.9.0
 ├─ object-copy@0.1.0 ├─ object-copy@0.1.0
-├─ object-inspect@1.7.0 +├─ object-path@0.11.5 
-├─ object-keys@1.1.1 +├─ object.getownpropertydescriptors@2.1.1
-├─ object-path@0.11.+
-├─ object-treeify@1.1.25 +
-├─ object.getownpropertydescriptors@2.1.0+
 ├─ once@1.4.0 ├─ once@1.4.0
 ├─ open@6.4.0 ├─ open@6.4.0
行 686: 行 952:
 ├─ p-is-promise@1.1.0 ├─ p-is-promise@1.1.0
 ├─ p-limit@2.3.0 ├─ p-limit@2.3.0
-├─ p-locate@3.0.0+├─ p-locate@4.1.0
 ├─ p-map@2.1.0 ├─ p-map@2.1.0
 ├─ p-try@2.2.0 ├─ p-try@2.2.0
 ├─ package-json@4.0.1 ├─ package-json@4.0.1
-├─ param-case@2.1.1+├─ param-case@3.0.3
 ├─ parse-git-config@2.0.3 ├─ parse-git-config@2.0.3
 ├─ parse-passwd@1.0.0 ├─ parse-passwd@1.0.0
-├─ parse-path@4.0.1 +├─ parse-path@4.0.2 
-├─ parse-url@5.0.+├─ parse-url@5.0.2
-├─ parse5@3.0.3 +
-├─ pascal-case@2.0.1+
 ├─ pascalcase@0.1.1 ├─ pascalcase@0.1.1
 ├─ password-prompt@1.1.2 ├─ password-prompt@1.1.2
-├─ path-case@2.1.1+├─ path-case@3.0.3
 ├─ path-dirname@1.0.2 ├─ path-dirname@1.0.2
-├─ path-exists@3.0.0+├─ path-exists@4.0.0
 ├─ path-is-inside@1.0.2 ├─ path-is-inside@1.0.2
 +├─ path-key@2.0.1
 ├─ path-parse@1.0.6 ├─ path-parse@1.0.6
 ├─ path-to-regexp@0.1.7 ├─ path-to-regexp@0.1.7
-├─ path-type@3.0.0+├─ path-type@4.0.0
 ├─ pend@1.2.0 ├─ pend@1.2.0
 ├─ performance-now@2.1.0 ├─ performance-now@2.1.0
 +├─ picomatch@2.2.2
 ├─ pid-from-port@1.1.3 ├─ pid-from-port@1.1.3
 ├─ pinkie-promise@2.0.1 ├─ pinkie-promise@2.0.1
行 713: 行 979:
 ├─ pirates@4.0.1 ├─ pirates@4.0.1
 ├─ pkg-dir@3.0.0 ├─ pkg-dir@3.0.0
-├─ portfinder@1.0.26+├─ portfinder@1.0.28
 ├─ posix-character-classes@0.1.1 ├─ posix-character-classes@0.1.1
-├─ prismjs@1.20.0+├─ postcss-modules-extract-imports@2.0.0 
 +├─ postcss-modules-local-by-default@3.0.3 
 +├─ postcss-modules-scope@2.2.0 
 +├─ postcss-modules-values@3.0.0 
 +├─ postcss-modules@3.2.2 
 +├─ postcss-selector-parser@6.0.4 
 +├─ postcss-value-parser@4.1.0 
 +├─ postcss@7.0.35 
 +├─ prismjs@1.22.0 
 +├─ private@0.1.8
 ├─ process-exists@3.1.0 ├─ process-exists@3.1.0
 ├─ process-nextick-args@2.0.1 ├─ process-nextick-args@2.0.1
行 734: 行 1009:
 ├─ rechoir@0.6.2 ├─ rechoir@0.6.2
 ├─ redeyed@2.1.1 ├─ redeyed@2.1.1
-├─ regenerator-runtime@0.13.5+├─ regenerate-unicode-properties@8.2.0 
 +├─ regenerator-runtime@0.13.7 
 +├─ regenerator-transform@0.14.5 
 +├─ regexpu-core@4.7.1
 ├─ registry-auth-token@3.4.0 ├─ registry-auth-token@3.4.0
 ├─ registry-url@3.1.0 ├─ registry-url@3.1.0
 +├─ regjsgen@0.5.2
 +├─ regjsparser@0.6.4
 ├─ remove-trailing-separator@1.1.0 ├─ remove-trailing-separator@1.1.0
 ├─ repeat-element@1.1.3 ├─ repeat-element@1.1.3
-├─ request-promise-core@1.1.3 
-├─ request-promise-native@1.0.8 
 ├─ request@2.88.2 ├─ request@2.88.2
 +├─ require-directory@2.1.1
 +├─ require-main-filename@2.0.0
 ├─ resolve-from@3.0.0 ├─ resolve-from@3.0.0
 ├─ resolve-url@0.2.1 ├─ resolve-url@0.2.1
-├─ resolve@1.17.0+├─ resolve@1.19.0
 ├─ responselike@1.0.2 ├─ responselike@1.0.2
 ├─ restore-cursor@2.0.0 ├─ restore-cursor@2.0.0
 ├─ ret@0.1.15 ├─ ret@0.1.15
 ├─ retry@0.12.0 ├─ retry@0.12.0
 +├─ reusify@1.0.4
 ├─ rimraf@3.0.2 ├─ rimraf@3.0.2
-├─ rss-parser@3.8.0+├─ rss-parser@3.9.0
 ├─ run-async@2.4.1 ├─ run-async@2.4.1
-├─ rxjs@6.5.5+├─ run-parallel@1.1.10 
 +├─ rxjs@6.6.3
 ├─ safer-buffer@2.1.2 ├─ safer-buffer@2.1.2
 ├─ sax@1.2.4 ├─ sax@1.2.4
 ├─ sec@1.0.0 ├─ sec@1.0.0
-├─ seek-bzip@1.0.5+├─ seek-bzip@1.0.6
 ├─ select@1.1.2 ├─ select@1.1.2
 ├─ semver-diff@2.1.0 ├─ semver-diff@2.1.0
 ├─ semver@5.7.1 ├─ semver@5.7.1
-├─ sentence-case@2.1.1+├─ sentence-case@3.0.3
 ├─ serve-static@1.14.1 ├─ serve-static@1.14.1
 +├─ set-blocking@2.0.0
 ├─ set-value@2.0.1 ├─ set-value@2.0.1
 ├─ shebang-regex@1.0.0 ├─ shebang-regex@1.0.0
 ├─ shell-quote@1.7.2 ├─ shell-quote@1.7.2
-├─ shelljs@0.7.7+├─ shelljs@0.8.4
 ├─ shellwords@0.1.1 ├─ shellwords@0.1.1
-├─ slash@3.0.0 
 ├─ slice-ansi@2.1.0 ├─ slice-ansi@2.1.0
 +├─ snake-case@3.0.3
 ├─ snapdragon-node@2.1.1 ├─ snapdragon-node@2.1.1
 ├─ snapdragon-util@3.0.1 ├─ snapdragon-util@3.0.1
行 776: 行 1059:
 ├─ source-map-support@0.5.19 ├─ source-map-support@0.5.19
 ├─ source-map-url@0.4.0 ├─ source-map-url@0.4.0
-├─ source-map@0.5.7+├─ source-map@0.6.
 +├─ sourcemap-codec@1.4.8
 ├─ spdx-correct@3.1.1 ├─ spdx-correct@3.1.1
 ├─ spdx-exceptions@2.3.0 ├─ spdx-exceptions@2.3.0
行 784: 行 1068:
 ├─ sshpk@1.16.1 ├─ sshpk@1.16.1
 ├─ static-extend@0.1.2 ├─ static-extend@0.1.2
-├─ stealthy-require@1.1.1 
 ├─ steno@0.4.4 ├─ steno@0.4.4
 ├─ streamsearch@0.1.2 ├─ streamsearch@0.1.2
 ├─ strict-uri-encode@1.1.0 ├─ strict-uri-encode@1.1.0
 ├─ string_decoder@1.1.1 ├─ string_decoder@1.1.1
-├─ string.prototype.trimend@1.0.1 +├─ string-hash@1.1.3
-├─ string.prototype.trimstart@1.0.1+
 ├─ strip-bom@3.0.0 ├─ strip-bom@3.0.0
 ├─ strip-dirs@2.1.0 ├─ strip-dirs@2.1.0
行 796: 行 1078:
 ├─ strip-json-comments@2.0.1 ├─ strip-json-comments@2.0.1
 ├─ strip-outer@1.0.1 ├─ strip-outer@1.0.1
-├─ subscriptions-transport-ws@0.9.16+├─ subscriptions-transport-ws@0.9.18
 ├─ supports-color@5.5.0 ├─ supports-color@5.5.0
-├─ swap-case@1.1.2 
 ├─ symbol-observable@1.2.0 ├─ symbol-observable@1.2.0
 ├─ table@5.4.6 ├─ table@5.4.6
行 805: 行 1086:
 ├─ tasklist@3.1.1 ├─ tasklist@3.1.1
 ├─ temp@0.8.4 ├─ temp@0.8.4
-├─ term-size@2.2.0+├─ term-size@2.2.1
 ├─ through@2.3.8 ├─ through@2.3.8
 ├─ timed-out@4.0.1 ├─ timed-out@4.0.1
 ├─ tiny-emitter@2.1.0 ├─ tiny-emitter@2.1.0
-├─ title-case@2.1.1 
 ├─ tmp@0.0.33 ├─ tmp@0.0.33
 ├─ to-buffer@1.1.1 ├─ to-buffer@1.1.1
-├─ to-fast-properties@2.0.0 
 ├─ to-object-path@0.3.0 ├─ to-object-path@0.3.0
 ├─ to-regex-range@2.1.1 ├─ to-regex-range@2.1.1
行 824: 行 1103:
 ├─ type-fest@0.11.0 ├─ type-fest@0.11.0
 ├─ type-is@1.6.18 ├─ type-is@1.6.18
-├─ typescript@3.9.5+├─ typescript@3.9.7
 ├─ unbzip2-stream@1.4.3 ├─ unbzip2-stream@1.4.3
 ├─ undefsafe@2.0.3 ├─ undefsafe@2.0.3
 +├─ unicode-canonical-property-names-ecmascript@1.0.4
 +├─ unicode-match-property-ecmascript@1.0.4
 +├─ unicode-match-property-value-ecmascript@1.2.0
 +├─ unicode-property-aliases-ecmascript@1.1.0
 ├─ union-value@1.0.1 ├─ union-value@1.0.1
 +├─ uniq@1.0.1
 ├─ unique-string@1.0.0 ├─ unique-string@1.0.0
 ├─ unpipe@1.0.0 ├─ unpipe@1.0.0
行 834: 行 1118:
 ├─ upath@1.2.0 ├─ upath@1.2.0
 ├─ update-notifier@2.5.0 ├─ update-notifier@2.5.0
-├─ upper-case@1.1.3 +├─ upper-case@2.0.1 
-├─ uri-js@4.2.2+├─ uri-js@4.4.0
 ├─ urix@0.1.0 ├─ urix@0.1.0
 ├─ url-parse-lax@3.0.0 ├─ url-parse-lax@3.0.0
行 852: 行 1136:
 ├─ vscode-languageserver@5.2.1 ├─ vscode-languageserver@5.2.1
 ├─ vue-cli-plugin-apollo@0.21.3 ├─ vue-cli-plugin-apollo@0.21.3
-├─ vue-jscodeshift-adapter@2.1.0 +├─ vue-codemod@0.0.4 
-├─ vue-sfc-descriptor-to-string@1.0.0 +├─ vue@3.0.3
-├─ vue-template-compiler@2.6.11 +
-├─ vue@2.6.11+
 ├─ watch@1.0.2 ├─ watch@1.0.2
 ├─ wcwidth@1.0.1 ├─ wcwidth@1.0.1
 +├─ which-module@2.0.0
 ├─ widest-line@2.0.1 ├─ widest-line@2.0.1
 ├─ write-file-atomic@2.4.3 ├─ write-file-atomic@2.4.3
行 863: 行 1146:
 ├─ xml2js@0.4.23 ├─ xml2js@0.4.23
 ├─ xmlbuilder@11.0.1 ├─ xmlbuilder@11.0.1
-├─ xss@1.0.7+├─ xss@1.0.8
 ├─ xtend@4.0.2 ├─ xtend@4.0.2
 +├─ y18n@4.0.0
 ├─ yallist@3.1.1 ├─ yallist@3.1.1
 ├─ yaml-front-matter@3.4.1 ├─ yaml-front-matter@3.4.1
-├─ yarn@1.22.4+├─ yargs-parser@18.1.3 
 +├─ yargs@15.4.1 
 +├─ yarn@1.22.10
 ├─ yauzl@2.10.0 ├─ yauzl@2.10.0
 ├─ yn@3.1.1 ├─ yn@3.1.1
 └─ zen-observable-ts@0.8.21 └─ zen-observable-ts@0.8.21
-Done in 135.57s.+Done in 411.09s.
 </code> </code>
 </WRAP> </WRAP>
行 883: 行 1169:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-yarn run v1.22.4+yarn run v1.22.5
 warning package.json: No license field warning package.json: No license field
-$ C:\My_Projects\vuejs_app\node_modules\.bin\vue+$ C:\Users\tomoyan\vuejs_env\node_modules\.bin\vue
 Usage: vue <command> [options] Usage: vue <command> [options]
  
行 909: 行 1195:
   Run vue <command> --help for detailed usage of given command.   Run vue <command> --help for detailed usage of given command.
  
-Done in 1.91s.+Done in 1.20s.
 </code> </code>
 </WRAP> </WRAP>
行 917: 行 1203:
 <code powershell> <code powershell>
 $ yarn run vue create vue_project $ yarn run vue create vue_project
 +</code>
 +</WRAP>
 +
 +もしも、以下のような問い合わせが表示された場合は、y (Yes) で答える。\\
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +yarn run v1.22.5
 +warning package.json: No license field
 +$ C:\Users\tomoyan\vuejs_env\node_modules\.bin\vue create vue_project
 +?  Your connection to the default yarn registry seems to be slow.
 +   Use https://registry.npm.taobao.org for faster installation? (Y/n) -> Yes
 +</code>
 +<code>
 +あなたのデフォルトの yarn レジストリへの接続が遅いようです。
 +より高速なインストールのために https://registry.npm.taobao.org を使用しますか?
 </code> </code>
 </WRAP> </WRAP>
行 923: 行 1224:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4 +Vue CLI v4.5.9 
-? Please pick a preset: (Use arrow keys+? Please pick a preset: 
-  default (babel, eslint) +  Default ([Vue 2] babel, eslint
- Manually select features+  Default (Vue 3 Preview) ([Vue 3] babel, eslint) 
 +> Manually select features
 </code> </code>
 </WRAP> </WRAP>
行 934: 行 1236:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: (Press <space> to select, <a> to toggle all, <i> to invert selection)+? Check the features needed for your project: 
 + (*Choose Vue version
  (*) Babel  (*) Babel
  (*) TypeScript  (*) TypeScript
行 946: 行 1249:
  (*) Unit Testing  (*) Unit Testing
 >(*) E2E Testing >(*) E2E Testing
 +</code>
 +</WRAP>
 +
 +プロジェクトを開始する Vue.js のバージョン (ここでは 2.x) を選択して **<enter>** を押す。\\
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +Vue CLI v4.5.9
 +? Please pick a preset: Manually select features
 +? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E
 +? Choose a version of Vue.js that you want to start the project with (Use arrow keys)
 +> 2.x
 +  3.x (Preview)
 </code> </code>
 </WRAP> </WRAP>
行 952: 行 1267:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? (Y/n) y ? Use class-style component syntax? (Y/n) y
 </code> </code>
行 962: 行 1278:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? (Y/n) y ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? (Y/n) y
行 973: 行 1290:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 986: 行 1304:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
 ? Use history mode for router? (Requires proper server setup for index fallback in production) Yes ? Use history mode for router? (Requires proper server setup for index fallback in production) Yes
-? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): (Use arrow keys)+? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default):
   Sass/SCSS (with dart-sass)   Sass/SCSS (with dart-sass)
 > Sass/SCSS (with node-sass) > Sass/SCSS (with node-sass)
行 1004: 行 1323:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
 ? Use history mode for router? (Requires proper server setup for index fallback in production) Yes ? Use history mode for router? (Requires proper server setup for index fallback in production) Yes
 ? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Sass/SCSS (with node-sass) ? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Sass/SCSS (with node-sass)
-? Pick a linter / formatter config: (Use arrow keys)+? Pick a linter / formatter config:
   ESLint with error prevention only   ESLint with error prevention only
   ESLint + Airbnb config   ESLint + Airbnb config
行 1027: 行 1347:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 1046: 行 1367:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 1066: 行 1388:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 1079: 行 1402:
 > Cypress (Chrome only) > Cypress (Chrome only)
   Nightwatch (WebDriver-based)   Nightwatch (WebDriver-based)
 +  WebdriverIO (WebDriver/DevTools based)
 </code> </code>
 </WRAP> </WRAP>
行 1087: 行 1411:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 1098: 行 1423:
 ? Pick a unit testing solution: Mocha ? Pick a unit testing solution: Mocha
 ? Pick an E2E testing solution: Cypress ? Pick an E2E testing solution: Cypress
-? Where do you prefer placing config for Babel, ESLint, etc.? (Use arrow keys)+? Where do you prefer placing config for Babel, ESLint, etc.?
   In dedicated config files   In dedicated config files
 > In package.json > In package.json
行 1107: 行 1432:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 1127: 行 1453:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 1149: 行 1476:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4+Vue CLI v4.5.9
 ? Please pick a preset: Manually select features ? Please pick a preset: Manually select features
-? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E+? Check the features needed for your project: Choose Vue version, Babel, TS, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E 
 +? Choose a version of Vue.js that you want to start the project with 2.x
 ? Use class-style component syntax? Yes ? Use class-style component syntax? Yes
 ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes ? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
行 1172: 行 1500:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Vue CLI v4.4.4 +Vue CLI v4.5.4 
-✨  Creating project in C:\My_Projects\vuejs_app\vue_project.+✨  Creating project in C:\Users\tomoyan\vuejs_env\vue_project.
 �  Initializing git repository... �  Initializing git repository...
 ⚙️  Installing CLI plugins. This might take a while... ⚙️  Installing CLI plugins. This might take a while...
  
 info No lockfile found. info No lockfile found.
 +[1/4] Resolving packages...
 +[2/4] Fetching packages...
 +info fsevents@2.1.3: The platform "win32" is incompatible with this module.
 +info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
 +info fsevents@1.2.13: The platform "win32" is incompatible with this module.
 +info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
 +[###########################################################################################] 1250/1250[3/4] Linking dependencies...
 +
 +success Saved lockfile.
 +�  Invoking generators...
 +�  Installing additional dependencies...
 +[-/6] ⠠ waiting...
 [1/4] Resolving packages... [1/4] Resolving packages...
 [2/4] Fetching packages... [2/4] Fetching packages...
行 1200: 行 1540:
 You will need to perform the initial commit yourself. You will need to perform the initial commit yourself.
  
-Done in 8558.43s.+Done in 799.98s.
 </code> </code>
 </WRAP> </WRAP>
行 1228: 行 1568:
 98% after emitting CopyPlugin 98% after emitting CopyPlugin
  
- DONE  Compiled successfully in 15977ms                                                                          7:29:54 + DONE  Compiled successfully in 12096ms                                                         22:18:21
- +
-WARNING in C:/My_Projects/vuejs_app/vue_project/src/views/Home.vue(10,53): +
-10:53 Missing semicolon +
-     8 | <script> +
-     9 | // @ is an alias to /src +
-  > 10 | import HelloWorld from '@/components/HelloWorld.vue' +
-                                                           ^ +
-    11 | +
-    12 | export default { +
-    13 |   name: 'Home', +
-WARNING in C:/My_Projects/vuejs_app/vue_project/src/views/Home.vue(15,15): +
-15:15 Missing trailing comma +
-    13 |   name: 'Home', +
-    14 |   components:+
-  > 15 |     HelloWorld +
-                     ^ +
-    16 |   } +
-    17 | } +
-    18 | </script> +
-WARNING in C:/My_Projects/vuejs_app/vue_project/src/views/Home.vue(16,4): +
-16:4 Missing trailing comma +
-    14 |   components:+
-    15 |     HelloWorld +
-  > 16 |   } +
-          ^ +
-    17 | } +
-    18 | </script> +
-    19 | +
-WARNING in C:/My_Projects/vuejs_app/vue_project/src/views/Home.vue(17,2): +
-17:2 Missing semicolon +
-    15 |     HelloWorld +
-    16 |   } +
-  > 17 | } +
-       +
-    18 | </script> +
-    19 |+
 No type errors found No type errors found
-Version: typescript 3.9.5, tslint 5.20.1 +No lint errors found 
-Time: 15474ms+Version: typescript 3.9.7, tslint 5.20.1 
 +Time: 8680ms
  
   App running at:   App running at:
行 1312: 行 1617:
 </code> </code>
 </WRAP> </WRAP>
 +
 +===== パッケージの追加 =====
 +[[.:yarn:handsontable|Handsontable - スプレッドシートのルックアンドフィールを備えた JavaScript/HTML5 データグリッドコンポーネント]]\\
 +
 +===== トラブルシューティング =====
 +
 +==== 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>
 +Vue CLI v4.5.9
 +✨  Creating project in C:\Users\tomoyan\vuejs_env\vue_project.
 +🗃  Initializing git repository...
 +⚙️  Installing CLI plugins. This might take a while...
 +
 +info No lockfile found.
 +[1/4] Resolving packages...
 +[2/4] Fetching packages...
 +error https://registry.npm.taobao.org/@types/glob/download/@types/glob-7.1.3.tgz: Integrity check failed for "@types/glob" (computed integrity doesn't match our records, got "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== sha1-OWCDLT8VdBCDQtr9OmezMsCWnfE=")
 +info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
 +error https://registry.npm.taobao.org/@types/parse-json/download/@types/parse-json-4.0.0.tgz: Integrity check failed for "@types/parse-json" (computed integrity doesn't match our records, got "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=")
 + ERROR  command failed: yarn
 +error Command failed with exit code 1.
 +info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 +</code>
  
 ===== 参考文献 ===== ===== 参考文献 =====
-[[https://qiita.com/lelouch99v/items/c97ff951ca31298f3f24|yarnとは - Qiita]]\\ +[[qita>lelouch99v/items/c97ff951ca31298f3f24|yarnとは - Qiita]]\\ 
-[[https://qiita.com/morrr/items/558bf64cd619ebdacd3d|yarnチートシート - Qiita]]\\ +[[qita>morrr/items/558bf64cd619ebdacd3d|yarnチートシート - Qiita]]\\ 
-[[https://qiita.com/yufu/items/32fe981d84f734205d0c|Windows10 に scoop で nvm と yarn をインストールする - Qiita]]\\ +[[qita>yufu/items/32fe981d84f734205d0c|Windows10 に scoop で nvm と yarn をインストールする - Qiita]]\\ 
-[[https://github.com/yarnpkg/assets|yarnpkg/assets: Yarn logo and assets]]\\ +[[git>yarnpkg/assets|yarnpkg/assets: Yarn logo and assets]]\\ 
-[[https://qiita.com/FumiyaShibusawa/items/9fab0dacaa99920a8611|Sass を気軽にインストール - Qiita]]\\ +[[qita>FumiyaShibusawa/items/9fab0dacaa99920a8611|Sass を気軽にインストール - Qiita]]\\ 
-[[https://qiita.com/hashrock/items/15f4a4961183cfbb2658|フロントエンド開発の3ステップ(npmことはじめ) - Qiita]]\\+[[qita>hashrock/items/15f4a4961183cfbb2658|フロントエンド開発の3ステップ(npmことはじめ) - Qiita]]\\
  
 [[https://classic.yarnpkg.com/ja/docs/|ドキュメント | Yarn]]\\ [[https://classic.yarnpkg.com/ja/docs/|ドキュメント | Yarn]]\\
行 1325: 行 1684:
 [[https://classic.yarnpkg.com/en/docs/migrating-from-npm|Migrating from npm | Yarn]]\\ [[https://classic.yarnpkg.com/en/docs/migrating-from-npm|Migrating from npm | Yarn]]\\
  
-[[https://qiita.com/hisayuki/items/8cf2396f122ca6e452ee|【VueJS+yarn】Vue CLIを使ってvueプロジェクトの作成をする - Qiita]]\\+[[qita>rspmharada7645/items/25c496aee87973bcc7a5|React 開発環境構築 - Qiita]]\\ 
 +[[qita>hisayuki/items/8cf2396f122ca6e452ee|【VueJS+yarn】Vue CLIを使ってvueプロジェクトの作成をする - Qiita]]\\ 
 + 
 +==== 付録 ==== 
 +[[tw>tomoyan596sp/status/1549493263090188288|こちらが本題なのですが、Node.js入れるのにWindowsのnvmの不具合の数々😅Linuxでやった方が良さそう🤔YarnでReactアプリのプロジェクトを数十秒以内に開始する😆また、はるおわーるどか🤣]]\\
  
  • javascript/yarn.1593126575.txt.gz
  • 最終更新: 2020/06/26 08:09
  • by ともやん