javascript:yarn

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
javascript:yarn [2020/06/26 07:45] – [vue-cli による Vue.js プロジェクトの作成] ともやんjavascript:yarn [2020/06/26 08:09] – [Vue.js プロジェクトの実行] ともやん
行 1280: 行 1280:
 [[http://localhost:8080/|]] にアクセスする。\\ [[http://localhost:8080/|]] にアクセスする。\\
 {{javascript:vuejs:vuejs_vue-cli_app_001.png?500|Vue.js App}}\\ {{javascript:vuejs:vuejs_vue-cli_app_001.png?500|Vue.js App}}\\
 +
 +===== メモ =====
 +**Compass を有効にする。**\\
 +<WRAP prewrap 100%>
 +<code>
 +$ yarn add compass-mixins
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +yarn add v1.22.4
 +warning ..\package.json: No license field
 +[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.
 +[3/4] Linking dependencies...
 +warning "@vue/cli-plugin-e2e-cypress > eslint-plugin-cypress@2.11.1" has unmet peer dependency "eslint@>= 3.2.1".
 +warning "@vue/cli-plugin-unit-mocha > mochapack@1.1.15" has unmet peer dependency "webpack@^4.0.0".
 +warning " > sass-loader@8.0.2" has unmet peer dependency "webpack@^4.36.0 || ^5.0.0".
 +[4/4] Building fresh packages...
 +success Saved lockfile.
 +success Saved 1 new dependency.
 +info Direct dependencies
 +└─ compass-mixins@0.12.10
 +info All dependencies
 +└─ compass-mixins@0.12.10
 +Done in 24.40s.
 +</code>
 +</WRAP>
  
 ===== 参考文献 ===== ===== 参考文献 =====
  • javascript/yarn.txt
  • 最終更新: 2024/03/04 05:50
  • by ともやん