0
我試圖讓安裝在Windows計算機上的CoffeeScript,但我無法運行咖啡命令。下面是我收到的控制檯上嘗試咖啡-v:無法開始使用CoffeeScript中在Windows
Program 'coffee' failed to execute: No application is associated with the specified file for this operation
At line:1 char:7
+ coffee <<<< -v.
At line:1 char:1
+ <<<< coffee -v
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
我安裝的節點,並試圖均通過
npm install -g [email protected]
安裝的CoffeeScript以及
npm install -g http://github.com/jashkenas/coffee-script/tarball/master
你正在運行PowerShell或什麼? – Ven
是的,但我已經嘗試了這兩個PowerShell以及在Windows XP SP3的標準CMD –
從來沒有見過與cmd.exe的那種錯誤。無論如何,這顯然不是來自咖啡 – Ven