問題タブ [php-cs-fixer]
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.
70 問題
0
投票する
2
に答える
4232
参照
visual-studio-code - PHP CS Fixer: php-cs-fixer ENOENT を生成します。実行可能パスが見つかりません
私の構成/エラーを再現する手順:
- インストールされた Visual Studio Code バージョン 1.22.1
- PHP CS Fixer をグローバルにインストール:
composer global require friendsofphp/php-cs-fixer
- 追加された環境変数:
C:\Users\khalil\AppData\Roaming\Composer\vendor\bin\php-cs-fixer
- 次のコマンド (php-cs-fixer) の実行を確認しました。
Output: Version: PHP CS Fixer 2.11.1 Grey Devil by Fabien Potencier and Dariusz Ruminski
- vs-code 用にインストールされた拡張機能: php cs fixer
それでもエラーが発生します:
PHP CS Fixer: spawn php-cs-fixer ENOENT. executablePath not found
注:私はWindows 10 64ビットを使用しています