2013-05-31 75 views
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 
+0

你正在運行PowerShell或什麼? – Ven

+0

是的,但我已經嘗試了這兩個PowerShell以及在Windows XP SP3的標準CMD –

+0

從來沒有見過與cmd.exe的那種錯誤。無論如何,這顯然不是來自咖啡 – Ven

回答

0

PowerShell是不能夠像unix shell那樣從腳本的第一行確定解釋器。解決方案是自己指定Node應用程序:

node ./node_modules/path/to/coffee