問題タブ [vue-cli-4]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vue.js - Vue CLI V4 を使用した Vue 3 のデバッグ
私は Vue 3 を使用しており、VS Code (Chrome Extension Debugger) を使用して標準の Vue デモをデバッグしたいと考えています。私の vue.config.js は次のようになります。
これが私のlaunch.json設定です:
デバッガーを起動すると、コンパイルされた app.js のみをデバッグでき、HelloWorld.vue はデバッグできません。私には、ソース マップが構築されていないように見えます。誰かがこの問題で私を助けることができますか?
デバッグするコンポーネント (components/Hello World.vue)
必要な場合:
- ノードのバージョン: 15.11.0
- Vue-CLI バージョン: 4.5.11
node-sass - 「scss」を使用しようとしています。node-sass がありません
私のプロジェクトは node-sass を実行していますが、それを sass (dart-sass) に変更することにしました。これは、python、g++ のインストールを避け、make を実行するためだけに npm install を実行するためです。 .
だから私は走った
npm run build
( ) を実行すると正常に動作しますが、 ( )vue-cli-service build
で継続的インテグレーションに失敗しました。npm run test:unit
vue-cli-service test:unit
完全なエラーは次のとおりです。
このエラーを修正するにはどうすればよいですか? node-sass に戻りたくありません。