0

Windows マシンに coffeescript をインストールしようとしていますが、coffee コマンドを実行できません。コンソールで coffee -v を試してみると、次のようになります。

    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

ノードをインストールし、両方でcoffeescriptをインストールしようとしました

npm install -g coffee-script@1.1.1 

としても

npm install -g http://github.com/jashkenas/coffee-script/tarball/master
4

1 に答える 1