Skip to content

/usr/bin/env: node: No such file or directory #217

@binarykitchen

Description

@binarykitchen

Whenever I hit ALT-SHIFT-D to compile into JS, sublime shows me that above error:

/usr/bin/env: node: No such file or directory

But I already have the binDir specified in CoffeeScript.sublime-settings:

"binDir": "/home/michael-heuberger/npm/bin/"

which is correct because of:

$ which coffee
/home/michael-heuberger/npm/bin/coffee

And it's installed:

$ npm ls -g | grep coffee
├── [email protected]
└─┬ [email protected]
  ├── [email protected]

Using latest iojs here

$ iojs -v
v2.2.1

Any clues what's wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions